mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Removed empty statements.
This commit is contained in:
@@ -485,7 +485,7 @@ GetSupportedFeatures(SDL_Haptic * haptic)
|
||||
supported |= SDL_HAPTIC_STATUS | SDL_HAPTIC_PAUSE;
|
||||
|
||||
haptic->supported = supported;
|
||||
return 0;;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user