Fixed compiler warning.
This commit is contained in:
parent
56176b1b4b
commit
26992a5a9f
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ int
|
||||||
X11_InitKeyboard(_THIS)
|
X11_InitKeyboard(_THIS)
|
||||||
{
|
{
|
||||||
SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;
|
SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;
|
||||||
int i, j;
|
int i = 0;
|
||||||
|
int j = 0;
|
||||||
int min_keycode, max_keycode;
|
int min_keycode, max_keycode;
|
||||||
struct {
|
struct {
|
||||||
SDL_Scancode scancode;
|
SDL_Scancode scancode;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue