From: Niels Provos Date: Mon, 22 Aug 2005 01:39:54 +0000 (+0000) Subject: typo X-Git-Tag: release-2.0.1-alpha~773 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e55da606ced033562be6d8a023b89c6ca484c4b;p=libevent typo svn:r174 --- 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'