]> granicus.if.org Git - libevent/commitdiff
fix missing printf format argument
authorNiels Provos <provos@gmail.com>
Wed, 30 Apr 2008 04:36:26 +0000 (04:36 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 30 Apr 2008 04:36:26 +0000 (04:36 +0000)
svn:r752

test/regress_zlib.c

index 189cebe9054e83d10a8e88f0e5a472c055a66c89..9455bc676959e6c92902214580f96473a703cd68 100644 (file)
@@ -257,7 +257,7 @@ test_bufferevent_zlib(void)
        bufferevent_free(bev2);
 
        if (test_ok != 5) {
-               fprintf(stdout, "FAILED: \n", test_ok);
+               fprintf(stdout, "FAILED: %d\n", test_ok);
                exit(1);
        }