aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-18 17:55:41 +0000
committerbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-18 17:55:41 +0000
commitb2c8abebab9dabc695aabc02f41dbd6291e32a12 (patch)
treebb2f96c0f4125fa612cb474954b7f1bd24b7c80d /main
parente92f9719fe71674f2cfcfb0ce39426e13e786403 (diff)
Fix magic Revision keywords in hashtab.c and change cdr_radius.c to use
the same keyword as the other files (patch by eliel). (closes issue #13104) Reported by: eliel Patches: revision.patch uploaded by eliel (license 64) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@132050 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/hashtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/hashtab.c b/main/hashtab.c
index 7ab120486..a6fac4e53 100644
--- a/main/hashtab.c
+++ b/main/hashtab.c
@@ -24,7 +24,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <ctype.h>