summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-04-15 16:10:10 +0000
committerDavid M. Lee <dlee@digium.com>2013-04-15 16:10:10 +0000
commitc6cf12408edc133c229b323a9039e04f3c12c248 (patch)
tree490fa9d626e9c94f8f1c12c6aa9ef54f1f7394c5
parent2dd40e970737913363f4298242b83cf4c2d8b8a2 (diff)
Fix the svn:keywords property on several files.
Normally I think keyword expansion is silly, but the one time it would have been good, it didn't work because the property had quotes in it. This patch fixes obviously busted svn:keywords properties. ........ Merged revisions 385683 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 385689 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@385718 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--res/res_mutestream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_mutestream.c b/res/res_mutestream.c
index ce1d167de..f7032eacf 100644
--- a/res/res_mutestream.c
+++ b/res/res_mutestream.c
@@ -35,7 +35,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 89545 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/options.h"
#include "asterisk/logger.h"