Fixed a typo.
This commit is contained in:
parent
7629872a1f
commit
f9cfc5f8da
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void haptic_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const
|
|||
typedef struct SDL_hapticlist_item
|
||||
{
|
||||
char *fname; /* Dev path name (like /dev/input/event1) */
|
||||
SDL_Haptic *haptic; /* Assosciated haptic. */
|
||||
SDL_Haptic *haptic; /* Associated haptic. */
|
||||
struct SDL_hapticlist_item *next;
|
||||
} SDL_hapticlist_item;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue