Skip to content

Commit

Permalink
fix nasty typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 19, 2023
1 parent e436f51 commit 104ab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toxblinkenwall/toxblinkenwall.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ static int gen_display_close(void **gen_display_st)
SDL_Quit();
free(*gen_display_st);
*gen_display_st = NULL;
printf("SDL:Display closed%s\n");
printf("SDL:Display closed\n");
return 0;
}
#endif
Expand Down

0 comments on commit 104ab06

Please sign in to comment.