Преглед изворни кода

make SDL_SensorGetDeviceNonPortableType match its prototype.

Ozkan Sezer пре 5 година
родитељ
комит
59795822d0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/sensor/SDL_sensor.c

+ 1 - 1
src/sensor/SDL_sensor.c

@@ -177,7 +177,7 @@ SDL_SensorGetDeviceType(int device_index)
     return type;
 }
 
-SDL_SensorType
+int
 SDL_SensorGetDeviceNonPortableType(int device_index)
 {
     SDL_SensorDriver *driver;