Makefile now detects OS.

This commit is contained in:
2026-02-14 11:20:27 -08:00
parent 084d4cc8b6
commit 1072c58e51
2 changed files with 28 additions and 10 deletions

2
main.c
View File

@@ -450,7 +450,7 @@ int main(int argc, char *argv[])
}
}
if (fflush(f) != 0)
if(fflush(f) != 0)
perror("fflush");
last_save = now_s;