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: https://origsvn.digium.com/svn/asterisk/trunk@132050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Brett Bryant 2008-07-18 17:55:41 +00:00
parent 4bf54ba312
commit 86e5bb8b7d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Rev$")
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <time.h>
#include <radiusclient-ng.h>

View File

@ -24,7 +24,7 @@
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision")
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <ctype.h>