mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
rgbfix: minor correction to last error message commit
This commit is contained in:
@@ -615,9 +615,8 @@ main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
fclose(f);
|
fclose(f);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Could not open file '%s' : %s\n", filename,
|
errx(EX_NOINPUT, "Could not open file '%s' : %s", filename,
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
exit(EX_NOINPUT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
|
|||||||
Reference in New Issue
Block a user