Skip to content

Commit

Permalink
Fixed a typo (don't think this is ever used, though).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 6, 2015
1 parent 0ec9f66 commit 1055b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/con_sdl.cpp
Expand Up @@ -1014,7 +1014,7 @@ int ConPutEvent(TEvent Event) {

int ConFlush(void) {
//XFlush(display);
FIXME("prsent on flush?");
FIXME("present on flush?");
printf("flush\n");
return 0;
}
Expand Down

0 comments on commit 1055b76

Please sign in to comment.