Update Repl.cpp

This commit is contained in:
NotDSF 2021-11-08 17:27:19 +00:00
parent 0e3e880f19
commit d42669df0e

View file

@ -458,7 +458,7 @@ int main(int argc, char** argv)
return 0;
}
if (argc >= 2 && strcmp(argv[1], "--compile=text") == 0 || strcmp(argv[1], "--compile") == 0)
if ((argc >= 2 && strcmp(argv[1], "--compile=text") == 0) || strcmp(argv[1], "--compile") == 0)
{
int failed = 0;