From cc3e635ffc14391215b77412d9295a34beb62602 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 17 Jan 2017 20:32:54 -0800 Subject: [PATCH] examples/compressfile.c: add back colon that got deleted --- examples/compressfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0