mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
Fixed missing return statement
This commit is contained in:
parent
89bdc6ba1d
commit
cc19b13bc3
@ -1003,6 +1003,7 @@ PrepareJoystickHwdata(SDL_Joystick *joystick, SDL_joylist_item *item)
|
|||||||
/* Get the number of buttons and axes on the joystick */
|
/* Get the number of buttons and axes on the joystick */
|
||||||
ConfigJoystick(joystick, fd);
|
ConfigJoystick(joystick, fd);
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user