mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Implement ENDSECTION (#1211)
This commit is contained in:
@@ -242,7 +242,7 @@ static void registerInput(char const *arg) {
|
||||
printUsage();
|
||||
exit(1);
|
||||
} else if (arg[0] == '\0') { // Empty input path
|
||||
fprintf(stderr, "FATAL: input image path cannot be empty!\n");
|
||||
fprintf(stderr, "FATAL: input image path cannot be empty\n");
|
||||
printUsage();
|
||||
exit(1);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user