summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-02-21 17:15:17 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-02-21 17:15:17 +0000
commitbb7325ade863b31849469098a75fb65b1c86b8f1 (patch)
tree9eed0995a797bbdb14e2137121526c8ff3d56e08 /funcs
parentf2be8b518dbe80ab5efccf82b47f7163460d273a (diff)
set keywords property correctly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index 82fbd639b..97d4b8e4f 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"