mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-16 16:28:13 +00:00
Fixed return value for SDL_UDEV_AddCallback()
Fixes https://github.com/libsdl-org/SDL/issues/8694
This commit is contained in:
@@ -530,7 +530,7 @@ int SDL_UDEV_AddCallback(SDL_UDEV_Callback cb)
|
|||||||
_this->last = item;
|
_this->last = item;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SDL_UDEV_DelCallback(SDL_UDEV_Callback cb)
|
void SDL_UDEV_DelCallback(SDL_UDEV_Callback cb)
|
||||||
|
Reference in New Issue
Block a user