Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiler warning with Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 26, 2013
1 parent c26da66 commit 46e31fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/windows/SDL_windowsevents.c
Expand Up @@ -179,6 +179,8 @@ WindowsScanCodeToSDLScanCode( LPARAM lParam, WPARAM wParam )
return SDL_SCANCODE_KP_DIVIDE;
case SDL_SCANCODE_CAPSLOCK:
return SDL_SCANCODE_KP_PLUS;
default:
break;
}
}

Expand Down

0 comments on commit 46e31fc

Please sign in to comment.