Fix up bad call to exit_nicely from commit af225551ef

The signature for this changed in 9.2
This commit is contained in:
Andrew Dunstan 2015-07-25 18:44:37 -04:00
parent af225551ef
commit 2e226763e3

View File

@ -477,7 +477,7 @@ main(int argc, char **argv)
if (compressLevel < 0 || compressLevel > 9)
{
write_msg(NULL, "compression level must be in range 0..9\n");
exit_nicely(1);
exit_nicely();
}
break;