From 918addee5555b4b320412fc3d818b3d139abe10f Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 15 Apr 2013 15:18:54 +0000 Subject: [PATCH] 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@385689 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_mutestream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2