master
Daniel Kolesa 2015-09-12 16:23:18 +01:00
parent 582867ff81
commit ed326a98d8
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ int main(int argc, char **argv) {
cs_register_globs(os.cs);
if (!os.cs.run_file(fname, true))
if (!os.cs.run_file(fname))
return os.error(1, "failed creating rules");
if (rules.empty())