newline :)
This commit is contained in:
parent
ad5afe8c01
commit
3f08c9235a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ int main(void) {
|
||||||
|
|
||||||
input_file = fopen(INPUT_FILE_PATH, "r");
|
input_file = fopen(INPUT_FILE_PATH, "r");
|
||||||
if (input_file == NULL) {
|
if (input_file == NULL) {
|
||||||
fprintf(stderr, "Error %d opening \"%s\".", errno, INPUT_FILE_PATH);
|
fprintf(stderr, "Error %d opening \"%s\".\n", errno, INPUT_FILE_PATH);
|
||||||
return errno;
|
return errno;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue