Removed empty statements.
This commit is contained in:
parent
bbfa480b80
commit
e68f76da43
3 changed files with 3 additions and 3 deletions
|
@ -485,7 +485,7 @@ GetSupportedFeatures(SDL_Haptic * haptic)
|
|||
supported |= SDL_HAPTIC_STATUS | SDL_HAPTIC_PAUSE;
|
||||
|
||||
haptic->supported = supported;
|
||||
return 0;;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue