Skip to content

Commit

Permalink
Minor typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 15, 2012
1 parent a0992c9 commit f76ec82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/SDL_events.c
Expand Up @@ -237,7 +237,7 @@ int SDL_StartEventLoop(Uint32 flags)
SDL_EventOK = NULL;
SDL_memset(SDL_ProcessEvents,SDL_ENABLE,sizeof(SDL_ProcessEvents));
SDL_eventstate = ~0;
/* It's not save to call SDL_EventState() yet */
/* It's not safe to call SDL_EventState() yet */
SDL_eventstate &= ~(0x00000001 << SDL_SYSWMEVENT);
SDL_ProcessEvents[SDL_SYSWMEVENT] = SDL_IGNORE;

Expand Down

0 comments on commit f76ec82

Please sign in to comment.