diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:24:20 +0000 |
commit | f1eee6d491a84850317722457f9cbfafc9e86150 (patch) | |
tree | bad3e67de4e6bef3a4e638c8581b3eda98aa1226 /main.cc | |
parent | Adding upstream version 1.6~pre3. (diff) | |
download | lzip-f1eee6d491a84850317722457f9cbfafc9e86150.tar.xz lzip-f1eee6d491a84850317722457f9cbfafc9e86150.zip |
Adding upstream version 1.6.upstream/1.6
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -541,7 +541,7 @@ int decompress( const int inhandle, const Pretty_print & pp, } -void signal_handler( const int ) throw() +extern "C" void signal_handler( int ) throw() { show_error( "Control-C or similar caught, quitting." ); cleanup_and_fail( 0 ); |