]> granicus.if.org Git - libevent/commitdiff
typo
authorNiels Provos <provos@gmail.com>
Mon, 22 Aug 2005 01:39:54 +0000 (01:39 +0000)
committerNiels Provos <provos@gmail.com>
Mon, 22 Aug 2005 01:39:54 +0000 (01:39 +0000)
svn:r174

event_rpcgen.py

index 529692c9860dd1447a91f87715111c62fc12b70c..6ce6fd7e88d143f12adb473c676c0c950360947f 100755 (executable)
@@ -1035,8 +1035,8 @@ def BodyPreamble(name):
 
     pre += 'void event_err(int eval, const char *fmt, ...);\n'
     pre += 'void event_warn(const char *fmt, ...);\n'
-    pre += 'void event_errx(int eval, const char *fmt, ...)\n;'
-    pre += 'void event_warnx(const char *fmt, ...)\n\n;'
+    pre += 'void event_errx(int eval, const char *fmt, ...);\n'
+    pre += 'void event_warnx(const char *fmt, ...);\n\n'
 
     pre += 'static struct evbuffer *_buf;\n\n'