Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed Android build warning
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/haptic/android/SDL_syshaptic.c
|
@@ -88,7 +88,7 @@ HapticByDevId (int device_id) |
|
|
SDL_hapticlist_item *item; |
|
|
for (item = SDL_hapticlist; item != NULL; item = item->next) { |
|
|
if (device_id == item->device_id) { |
|
|
SDL_Log("=+=+=+=+=+= HapticByDevId id [%d]", device_id); |
|
|
/*SDL_Log("=+=+=+=+=+= HapticByDevId id [%d]", device_id);*/ |
|
|
return item; |
|
|
} |
|
|
} |
|
|