Commit dca3ccf5 authored by Rafael Munitić's avatar Rafael Munitić

Fixed argument value to correct type

parent 1e6f8f5b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment