]> wimlib.net Git - wimlib/blobdiff - examples/compressfile.c
examples/compressfile.c: add back colon that got deleted
[wimlib] / 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