:: commit 383094614d8a029bfc1b5ee9e7702ddd1d91f32e

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2023-03-27 11:58

parents: 70f81f5da6

Update decompress-file.c

diff --git a/examples/decompress-file.c b/examples/decompress-file.c
index 06ca488..93f16d6 100644
--- a/examples/decompress-file.c
+++ b/examples/decompress-file.c
@@ -1,5 +1,5 @@
 
-/* Decompress a file SEQUENTIALLY (i.e. *not* in parallel) using bzip3 high level API. */
+/* Decompress a file produced by compress-file SEQUENTIALLY (i.e. *not* in parallel) using bzip3 high level API. */
 /* This is just a demonstration of bzip3 library usage, it does not contain all the necessary error checks and will not
  * support cross-endian encoding/decoding. It *WILL* segfault if the input file does not exist,
  * malloc returns a NULL pointer, etc... - you are expected to handle these corner cases in your code. */
tab: 248 wrap: offon