summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-07-29 17:51:25 +0000
committerDavid M. Lee <dlee@digium.com>2013-07-29 17:51:25 +0000
commit9688d2dc972e8ab2ebec76927ef21afec71a3671 (patch)
treebf81297bb42b61100b03f142b1a3f99f484fbb28 /main
parent2510b48d7e08057f07aec2535c9f4db035606c47 (diff)
Removed quotes from svn:keywords props on a few files.
Subversion doesn't do quote processing, so it actually thinks that the closing quote in 'Revision"' is a part of the keyword. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/mixmonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mixmonitor.c b/main/mixmonitor.c
index 6de72794a..9a6d86ca1 100644
--- a/main/mixmonitor.c
+++ b/main/mixmonitor.c
@@ -29,7 +29,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 390830 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/logger.h"