Removed empty statements.

This commit is contained in:
Philipp Wiesemann
2014-04-05 23:50:09 +02:00
parent 16af15abb2
commit 8cc0a1f080
3 changed files with 3 additions and 3 deletions

View File

@@ -485,7 +485,7 @@ GetSupportedFeatures(SDL_Haptic * haptic)
supported |= SDL_HAPTIC_STATUS | SDL_HAPTIC_PAUSE;
haptic->supported = supported;
return 0;;
return 0;
}