Fix up bad call to exit_nicely from commit af225551ef
The signature for this changed in 9.2
This commit is contained in:
parent
af225551ef
commit
2e226763e3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user