template.c: use EXIT_FAILURE
instead of 1
This commit is contained in:
parent
c78966cad0
commit
3033eb2b69
@ -173,7 +173,7 @@ main(void)
|
||||
if (output_file == NULL) {
|
||||
fflush(stdout);
|
||||
perror("fopen");
|
||||
return 1;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
// 2. prepare variables
|
||||
|
Loading…
Reference in New Issue
Block a user