Fixed argument value to correct type

This commit is contained in:
Rafael Munitić
2015-06-26 21:28:39 +02:00
parent 1e6f8f5b8c
commit dca3ccf5fd

View File

@@ -176,7 +176,7 @@ int main(int argc, const char *argv[]) {
}
}
if (!filenames.size()) Error("missing input files", nullptr, true);
if (!filenames.size()) Error("missing input files", false, true);
if (!any_generator)
Error("no options: specify one of -c -g -j -t -b etc.", true);