mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +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);
|
||||
} else {
|
||||
fprintf(stderr, "Could not open file '%s' : %s\n", filename,
|
||||
errx(EX_NOINPUT, "Could not open file '%s' : %s", filename,
|
||||
strerror(errno));
|
||||
exit(EX_NOINPUT);
|
||||
}
|
||||
|
||||
return (0);
|
||||
|
||||
Reference in New Issue
Block a user