Skip to content

Commit

Permalink
Fixed Android build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 15, 2017
1 parent 04e7649 commit 72b195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/android/SDL_syshaptic.c
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 72b195d

Please sign in to comment.