Skip to content

Commit 8a1689f

Browse files
committed
tweak
1 parent 65c9ae6 commit 8a1689f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/chip8.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int chip8_load_rom(const char *rom_filepath) {
190190
/* load ROM from GUI */
191191
char new_rom_name[PATH_MAX];
192192
openFileDialog(new_rom_name) ?
193-
fprintf(stderr, "User aborted the open file dialog.\n") :
193+
fprintf(stdout, "User aborted the open file dialog.\n") :
194194
chip8_load_rom(new_rom_name);
195195

196196
/* flip GUI toggle */

0 commit comments

Comments
 (0)