From: Kevin P. Fleming Date: Tue, 21 Feb 2006 17:15:17 +0000 (+0000) Subject: set keywords property correctly X-Git-Tag: 1.4.0-beta1~2564 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb7325ade863b31849469098a75fb65b1c86b8f1;p=thirdparty%2Fasterisk.git set keywords property correctly git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10627 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_channel.c b/funcs/func_channel.c index 82fbd639bf..97d4b8e4f8 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -28,7 +28,7 @@ #include "asterisk.h" -ASTERISK_FILE_VERSION(__FILE__, "$Revision: $") +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/module.h" #include "asterisk/channel.h" #include "asterisk/pbx.h"