From: Eric Biggers Date: Wed, 18 Jan 2017 04:32:54 +0000 (-0800) Subject: examples/compressfile.c: add back colon that got deleted X-Git-Tag: v1.11.0~1 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=cc3e635ffc14391215b77412d9295a34beb62602 examples/compressfile.c: add back colon that got deleted --- diff --git a/examples/compressfile.c b/examples/compressfile.c index 7f1ca997..af4010bf 100644 --- a/examples/compressfile.c +++ b/examples/compressfile.c @@ -149,7 +149,7 @@ do_compress(int in_fd, const tchar *in_filename, out_size = usize; } - printf("Chunk %" PRIu64" %" PRIu32" => %" PRIu32" bytes\n", + printf("Chunk %" PRIu64": %" PRIu32" => %" PRIu32" bytes\n", chunk_num, usize, out_size); /* Output the uncompressed chunk size, the compressed chunk