mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 13:09:11 +00:00
wayland: Fix bug 3814 -Wmissing-field-initializers
This commit is contained in:
parent
aad58c622c
commit
e27f12e0da
11 changed files with 409 additions and 28 deletions
|
@ -167,6 +167,7 @@ void
|
|||
SDL_UDEV_Quit(void)
|
||||
{
|
||||
SDL_UDEV_CallbackList *item;
|
||||
printf("We do indeed get here\n");
|
||||
|
||||
if (_this == NULL) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue