Skip to content
Snippets Groups Projects
Commit d67661eb authored by gwvo's avatar gwvo
Browse files

Merge pull request #224 from rubber-duck/master

Fixed argument value to correct type
parents ea97e1b5 dca3ccf5
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment