mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-21 09:11:49 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -78,8 +78,7 @@ static SDL_hapticlist_item *HapticByDevId(int device_id)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const char *
|
||||
SDL_SYS_HapticName(int index)
|
||||
const char *SDL_SYS_HapticName(int index)
|
||||
{
|
||||
SDL_hapticlist_item *item = HapticByOrder(index);
|
||||
if (item == NULL) {
|
||||
|
Reference in New Issue
Block a user