diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:30:51 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:30:51 +0000 |
commit | ded8a26aa08aae51e4bae9fe34ccf1410dcb55cb (patch) | |
tree | e5cdd967a7fd6843a0e535ef655d0306f2d3663d /lzip.h | |
parent | Adding debian version 1.12-2. (diff) | |
download | lzip-ded8a26aa08aae51e4bae9fe34ccf1410dcb55cb.tar.xz lzip-ded8a26aa08aae51e4bae9fe34ccf1410dcb55cb.zip |
Merging upstream version 1.13~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | lzip.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,7 +277,7 @@ struct Error }; -// defined in main.cc lziprecover.cc +// defined in main.cc void show_error( const char * const msg, const int errcode = 0, const bool help = false ) throw(); void internal_error( const char * const msg ); |