Skip to content

Commit

Permalink
Sigh, fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 12, 2011
1 parent 8d4d17e commit 23e5f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/wincommon/SDL_sysevents.c
Expand Up @@ -765,7 +765,7 @@ int SDL_RegisterApp(char *name, Uint32 style, void *hInst)

/* Cygwin headers don't match windows.h, so we have to cast around a
const issue here... */
SDL_ToUnicode = Is9xME() ? ToUnicode9xME : (ToUnicodeFn) ToUnicode;
SDL_ToUnicode = Is9xME() ? ToUnicode9xME : (ToUnicodeFN) ToUnicode;
#endif

app_registered = 1;
Expand Down

0 comments on commit 23e5f08

Please sign in to comment.