From 6e55da606ced033562be6d8a023b89c6ca484c4b Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 22 Aug 2005 01:39:54 +0000 Subject: [PATCH] typo svn:r174 --- event_rpcgen.py | 4 ++-- 1 file 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' -- 2.40.0