Removed empty statements.

This commit is contained in:
Philipp Wiesemann 2014-04-05 23:50:09 +02:00
parent bbfa480b80
commit e68f76da43
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;
}