Преглед на файлове

Patched to compile on Darwin

Gabriel Jacobo преди 12 години
родител
ревизия
5f8de2b936
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/joystick/darwin/SDL_sysjoystick.c

+ 1 - 1
src/joystick/darwin/SDL_sysjoystick.c

@@ -771,7 +771,7 @@ SDL_SYS_JoystickInit(void)
             ("Joystick: Failed to get HID CFMutableDictionaryRef via IOServiceMatching.");
     }
 
-    / */ Now search I/O Registry for matching devices. */
+    /* Now search I/O Registry for matching devices. */
     result =
         IOServiceGetMatchingServices(masterPort, hidMatchDictionary,
                                      &hidObjectIterator);