Skip to content

Commit 71f3452

Browse files
committed
Forgot a fprintf()
1 parent f9094fd commit 71f3452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static int loadGame(mrb_state* mrb, char* path, int argc, char* argv[]) {
110110
if(argc > 1) {
111111
FILE* inputFile = fopen(argv[1], "r");
112112
if(inputFile == NULL) {
113-
fprintf(stderr, "Path %s is invalid!\n", argv[1]);
113+
printf("Path %s is invalid!\n", argv[1]);
114114
return 1;
115115
}
116116

0 commit comments

Comments
 (0)