Commit d67661eb authored by gwvo's avatar gwvo

Merge pull request #224 from rubber-duck/master

Fixed argument value to correct type
parents ea97e1b5 dca3ccf5
......@@ -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