wayland: Fix bug 3814 -Wmissing-field-initializers

This commit is contained in:
Brandon Schaefer 2017-09-29 10:07:37 -07:00
parent aad58c622c
commit e27f12e0da
11 changed files with 409 additions and 28 deletions

View file

@ -167,6 +167,7 @@ void
SDL_UDEV_Quit(void)
{
SDL_UDEV_CallbackList *item;
printf("We do indeed get here\n");
if (_this == NULL) {
return;