Lexxer cleanup

This commit is contained in:
Scarlett
2025-04-25 15:04:20 -04:00
parent 2c712ed221
commit 49a0330d08
3 changed files with 66 additions and 65 deletions

View File

@ -22,8 +22,7 @@ int main(int argc, char *argv[]) {
}
else {
if (is_alpha_file(argv[argc - 1], strlen(argv[argc - 1])) !=
0) {
if (is_alpha_file(argv[argc - 1], strlen(argv[argc - 1])) != 0) {
fprintf(stderr, INVALID);
return -1;
} else {