1
0

template.c: use EXIT_FAILURE instead of 1

This commit is contained in:
Intel A80486DX2-66 2024-06-03 00:28:36 +03:00
parent c78966cad0
commit 3033eb2b69
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -173,7 +173,7 @@ main(void)
if (output_file == NULL) {
fflush(stdout);
perror("fopen");
return 1;
return EXIT_FAILURE;
}
// 2. prepare variables