diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/example.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/example.c b/test/example.c index 949f4f6..1470bc8 100644 --- a/test/example.c +++ b/test/example.c | |||
@@ -555,7 +555,8 @@ int main(argc, argv) | |||
555 | exit(1); | 555 | exit(1); |
556 | 556 | ||
557 | } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { | 557 | } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { |
558 | fprintf(stderr, "warning: different zlib version\n"); | 558 | fprintf(stderr, "warning: different zlib version linked: %s\n", |
559 | zlibVersion()); | ||
559 | } | 560 | } |
560 | 561 | ||
561 | printf("zlib version %s = 0x%04x, compile flags = 0x%lx\n", | 562 | printf("zlib version %s = 0x%04x, compile flags = 0x%lx\n", |