From: David M. Lee Date: Mon, 15 Apr 2013 16:10:10 +0000 (+0000) Subject: Fix the svn:keywords property on several files. X-Git-Tag: 13.0.0-beta1~1922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6cf12408edc133c229b323a9039e04f3c12c248;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/res_mutestream.c b/res/res_mutestream.c index ce1d167de9..f7032eacf7 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"