From a6d0dfc3d13352e9ed2f9a5e4197fb7dd61589df Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 15 Apr 2013 14:38:24 +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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@385683 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 4a0eca7510..000a7fb3da 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 //#include