Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/haptic/linux/SDL_syshaptic.c
|
@@ -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; |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.