make SDL_SensorGetDeviceNonPortableType match its prototype.

This commit is contained in:
Ozkan Sezer 2020-11-11 12:33:55 +03:00
parent 53b166797d
commit 59795822d0

View file

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