Skip to content

Commit

Permalink
fixing typo in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
DacoTaco committed Apr 3, 2021
1 parent c67956b commit 26309d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/source/main.cpp
Expand Up @@ -199,7 +199,7 @@ void abort(const char* msg, ...)
gprintf("%s -> aborting mission...\r\n", text);
printf("%s\nPress A to exit back to loader...\r\n",text);
UserYesNoStop();
printf("exitting...\r\n");
printf("exiting...\r\n");
printf("\x1b[%d;%dm", 37, 1);
VIDEO_WaitVSync();
exit(0);
Expand Down

0 comments on commit 26309d9

Please sign in to comment.