aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dissector-reg.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-02 18:40:56 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-02 18:40:56 +0000
commite18f0f79dab3956b53ad19b3fa59f1afc7dc66b1 (patch)
tree2ae0e22a52f9436fabbc273fa2feb65b17f96d64 /tools/make-dissector-reg.py
parent0028a06052ce50986e379113aeb09a2f7e5cf0f5 (diff)
Fix our keyword anchor.
svn path=/trunk/; revision=27578
Diffstat (limited to 'tools/make-dissector-reg.py')
-rwxr-xr-xtools/make-dissector-reg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-dissector-reg.py b/tools/make-dissector-reg.py
index e1ceee3df6..906bd10a8b 100755
--- a/tools/make-dissector-reg.py
+++ b/tools/make-dissector-reg.py
@@ -18,7 +18,7 @@ import pickle
from stat import *
VERSION_KEY = '_VERSION'
-CUR_VERSION = '$Id'
+CUR_VERSION = '$Id$'
#
# The first argument is the directory in which the source files live.