mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-14 02:07:49 +00:00
Fixed return value for SDL_UDEV_AddCallback()
Fixes https://github.com/libsdl-org/SDL/issues/8694
This commit is contained in:
parent
cbf9012c74
commit
8c285828e5
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ int SDL_UDEV_AddCallback(SDL_UDEV_Callback cb)
|
|||
_this->last = item;
|
||||
}
|
||||
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void SDL_UDEV_DelCallback(SDL_UDEV_Callback cb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue