summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-25 18:11:04 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-25 18:11:04 -0400
commit6a555d5536edf081ec5d15bd23172fcacfd75e3a (patch)
treeba227fc2940721cfff86361805d20c8921f35313
parentf9a910a0430045be60f2175a5407534da2c94d0f (diff)
downloadgpsd-6a555d5536edf081ec5d15bd23172fcacfd75e3a.tar.gz
Remove erroneous trailing comma.
-rwxr-xr-xdevtools/tablegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/tablegen.py b/devtools/tablegen.py
index 5a041c05..2bda859a 100755
--- a/devtools/tablegen.py
+++ b/devtools/tablegen.py
@@ -241,7 +241,7 @@ def make_json_generator(wfp):
print >>wfp, '''\
{
"initname" : "__INITIALIZER__",
- "headers": ("AIS_HEADER,",),
+ "headers": ("AIS_HEADER",),
"structname": "%s",
"fieldmap":(
# fieldname type default''' % (structname,)