Skip to content

Commit

Permalink
Removed possible implicit memset()
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 23, 2014
1 parent ae2a50f commit af395e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/video/windows/SDL_windowskeyboard.c
Expand Up @@ -386,7 +386,8 @@ IME_GetReadingString(SDL_VideoData *videodata, HWND hwnd)
INT err = 0;
BOOL vertical = FALSE;
UINT maxuilen = 0;
static OSVERSIONINFOA osversion = {0};
static OSVERSIONINFOA osversion;

if (videodata->ime_uiless)
return;

Expand Down

0 comments on commit af395e9

Please sign in to comment.