Fix return value in the fuzzer.

This commit is contained in:
chriseth 2017-05-03 12:27:01 +02:00
parent b6c37dd912
commit bd6e891704

View File

@ -205,7 +205,7 @@ Allowed options)",
catch (po::error const& _exception)
{
cerr << _exception.what() << endl;
return false;
return 1;
}
if (arguments.count("quiet"))