Fixed return value.
This commit is contained in:
@@ -59,6 +59,7 @@ main(int argc, char *argv[])
|
|||||||
} catch (...)
|
} catch (...)
|
||||||
{
|
{
|
||||||
cerr << "Compression failed." << endl;
|
cerr << "Compression failed." << endl;
|
||||||
|
return 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user