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
1 changed files with 1 additions and 1 deletions

View File

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