Merge pull request #224 from rubber-duck/master

Fixed argument value to correct type
This commit is contained in:
gwvo
2015-06-29 10:44:11 -07:00

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);