Merge pull request #2216 from ethereum/compilerfix

Fix return value in the fuzzer.
This commit is contained in:
chriseth
2017-05-03 12:28:02 +02:00
committed by GitHub
+1 -1
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"))