mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
fix quiet mode oversight
A line never printed because it checks for the wrong flag instead of OPTF_QUIET. This fixes it.
This commit is contained in:
@@ -544,7 +544,7 @@ main(int argc, char *argv[])
|
||||
0;
|
||||
int ch;
|
||||
|
||||
if (!(ulOptions & OPTF_VALIDATE)) {
|
||||
if (!(ulOptions & OPTF_QUIET)) {
|
||||
printf("Validating header:\n");
|
||||
}
|
||||
fflush(stdout);
|
||||
|
||||
Reference in New Issue
Block a user