From: Niels Provos Date: Tue, 9 Apr 2002 15:29:12 +0000 (+0000) Subject: type X-Git-Tag: release-1.1b~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e99653d0286249761e688782cdbba46209f10930;p=libevent type svn:r7 --- diff --git a/test/test-weof.c b/test/test-weof.c index 637063ea..50b13728 100644 --- a/test/test-weof.c +++ b/test/test-weof.c @@ -37,7 +37,7 @@ write_cb(int fd, short event, void *arg) if (!called) event_add(arg, NULL); close(pair[0]); - } else if (called == 1): + } else if (called == 1) test_okay = 0; called++;