Mercurial > sdl-ios-xcode
diff test/testkeys.c @ 5281:15a71bec4a55
merged
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Sat, 12 Feb 2011 19:16:09 -0800 |
parents | 572a73d71b5f |
children |
line wrap: on
line diff
--- a/test/testkeys.c Sun Feb 06 23:48:31 2011 -0800 +++ b/test/testkeys.c Sat Feb 12 19:16:09 2011 -0800 @@ -11,7 +11,7 @@ int main(int argc, char *argv[]) { - SDL_ScanCode scancode; + SDL_Scancode scancode; if (SDL_Init(SDL_INIT_VIDEO) < 0) { fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());