Browse Source

SDL_virtualjoystick.c: remove wrong #endif comment.

Ozkan Sezer 4 years ago
parent
commit
6393d14de5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/joystick/virtual/SDL_virtualjoystick.c

+ 1 - 1
src/joystick/virtual/SDL_virtualjoystick.c

@@ -445,6 +445,6 @@ SDL_JoystickDriver SDL_VIRTUAL_JoystickDriver =
     VIRTUAL_JoystickGetGamepadMapping
 };
 
-#endif /* SDL_JOYSTICK_VIRTUAL || SDL_JOYSTICK_DISABLED */
+#endif /* SDL_JOYSTICK_VIRTUAL */
 
 /* vi: set ts=4 sw=4 expandtab: */