summaryrefslogtreecommitdiff
path: root/event_rpcgen.py
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2005-08-22 01:39:54 +0000
committerNiels Provos <provos@gmail.com>2005-08-22 01:39:54 +0000
commit6e55da606ced033562be6d8a023b89c6ca484c4b (patch)
treea7ee1db0a0e4961b635675b9d1326428ab773745 /event_rpcgen.py
parente5ab86a726c26fc775589182d4290603df7e12d3 (diff)
downloadlibevent-6e55da606ced033562be6d8a023b89c6ca484c4b.tar.gz
typo
svn:r174
Diffstat (limited to 'event_rpcgen.py')
-rwxr-xr-xevent_rpcgen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/event_rpcgen.py b/event_rpcgen.py
index 529692c9..6ce6fd7e 100755
--- a/event_rpcgen.py
+++ b/event_rpcgen.py
@@ -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'