]> granicus.if.org Git - libevent/commitdiff
oops. the enums were actually creating symbols
authorNiels Provos <provos@gmail.com>
Wed, 17 May 2006 13:13:31 +0000 (13:13 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 17 May 2006 13:13:31 +0000 (13:13 +0000)
svn:r212

event_rpcgen.py

index d6a579d1587b813b90a403c12350bcdd2791fefa..d926512037ceef48b1890972d88618cf459d442a 100755 (executable)
@@ -63,7 +63,7 @@ class Struct:
             print >>file, '  %s=%d,' % (self.EntryTagName(entry),
                                         entry.Tag())
         print >>file, '  %s_MAX_TAGS' % (self._name.upper())
-        print >>file, '} %s_tags;\n' % (self._name.lower())
+        print >>file, '};\n'
 
     def PrintForwardDeclaration(self, file):
         print >>file, 'struct %s;' % self._name