Skip to content

Commit

Permalink
syntax error test
Browse files Browse the repository at this point in the history
  • Loading branch information
thradams committed Mar 7, 2024
1 parent e900929 commit 1876e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int main(int argc, char** argv)
compile(argc, (const char**) argv, &report);
print_report(&report, true);

return report.error_count > 0 ? EXIT_FAILURE : EXIT_SUCCESS;
return report.error_count > 0 ? EXIT_FAILURE : EXIT_SUCCESS

}
#else
Expand Down

0 comments on commit 1876e78

Please sign in to comment.