Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 17, 2020
1 parent c2c5d0b commit 9b879a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/joystick/hidapi/SDL_hidapi_steam.c
Expand Up @@ -1166,7 +1166,8 @@ SDL_HIDAPI_DeviceDriver SDL_HIDAPI_DriverSteam =
HIDAPI_DriverSteam_OpenJoystick,
HIDAPI_DriverSteam_RumbleJoystick,
HIDAPI_DriverSteam_CloseJoystick,
HIDAPI_DriverSteam_FreeDevice
HIDAPI_DriverSteam_FreeDevice,
NULL
};

#endif /* SDL_JOYSTICK_HIDAPI_STEAM */
Expand Down

0 comments on commit 9b879a0

Please sign in to comment.