]> wimlib.net Git - wimlib/commitdiff
examples/compressfile.c: add back colon that got deleted
authorEric Biggers <ebiggers3@gmail.com>
Wed, 18 Jan 2017 04:32:54 +0000 (20:32 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 18 Jan 2017 05:29:15 +0000 (21:29 -0800)
examples/compressfile.c

index 7f1ca997070499b8a8f0ac41e43d9e5c6d74bbcc..af4010bf1107f45d5e4e6a1f49a0f158cd42b059 100644 (file)
@@ -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