summaryrefslogtreecommitdiff
path: root/bzip2recover.c
diff options
context:
space:
mode:
Diffstat (limited to 'bzip2recover.c')
-rw-r--r--bzip2recover.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bzip2recover.c b/bzip2recover.c
index c0b9eac..a8131e0 100644
--- a/bzip2recover.c
+++ b/bzip2recover.c
@@ -7,8 +7,8 @@
7 This file is part of bzip2/libbzip2, a program and library for 7 This file is part of bzip2/libbzip2, a program and library for
8 lossless, block-sorting data compression. 8 lossless, block-sorting data compression.
9 9
10 bzip2/libbzip2 version 1.0.7 of 27 June 2019 10 bzip2/libbzip2 version 1.0.8 of 13 July 2019
11 Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> 11 Copyright (C) 1996-2019 Julian Seward <jseward@acm.org>
12 12
13 Please read the WARNING, DISCLAIMER and PATENTS sections in the 13 Please read the WARNING, DISCLAIMER and PATENTS sections in the
14 README file. 14 README file.
@@ -314,7 +314,7 @@ Int32 main ( Int32 argc, Char** argv )
314 inFileName[0] = outFileName[0] = 0; 314 inFileName[0] = outFileName[0] = 0;
315 315
316 fprintf ( stderr, 316 fprintf ( stderr,
317 "bzip2recover 1.0.7: extracts blocks from damaged .bz2 files.\n" ); 317 "bzip2recover 1.0.8: extracts blocks from damaged .bz2 files.\n" );
318 318
319 if (argc != 2) { 319 if (argc != 2) {
320 fprintf ( stderr, "%s: usage is `%s damaged_file_name'.\n", 320 fprintf ( stderr, "%s: usage is `%s damaged_file_name'.\n",