mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-14 04:31:34 +02:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -351,8 +351,7 @@ static const char *SDL_SYS_HapticNameFromFD(int fd)
|
||||
/*
|
||||
* Return the name of a haptic device, does not need to be opened.
|
||||
*/
|
||||
const char *
|
||||
SDL_SYS_HapticName(int index)
|
||||
const char *SDL_SYS_HapticName(int index)
|
||||
{
|
||||
SDL_hapticlist_item *item;
|
||||
int fd;
|
||||
|
||||
Reference in New Issue
Block a user