mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
fix missing printf format argument
svn:r752
This commit is contained in:
parent
ccb70f1bc7
commit
d76cca7273
@ -257,7 +257,7 @@ test_bufferevent_zlib(void)
|
|||||||
bufferevent_free(bev2);
|
bufferevent_free(bev2);
|
||||||
|
|
||||||
if (test_ok != 5) {
|
if (test_ok != 5) {
|
||||||
fprintf(stdout, "FAILED: \n", test_ok);
|
fprintf(stdout, "FAILED: %d\n", test_ok);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user