Skip to content

Commit

Permalink
Fixed typo in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 8, 2014
1 parent 2b95c4c commit d222091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/nacl/SDL_naclevents.c
Expand Up @@ -312,7 +312,7 @@ SDL_NACL_translate_keycode(int keycode)
scancode = NACL_Keycodes[keycode];
}
if (scancode == SDL_SCANCODE_UNKNOWN) {
SDL_Log("The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL mailing list <sdl@libsdl.org> EVDEV KeyCode %d \n", keycode);
SDL_Log("The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL mailing list <sdl@libsdl.org> NACL KeyCode %d \n", keycode);
}
return scancode;
}
Expand Down

0 comments on commit d222091

Please sign in to comment.