pipewire: spa_list_is_empty() returns bool

This commit is contained in:
Sam Lantinga 2024-09-03 13:45:00 -07:00
parent 0fd275e16e
commit c9387bcca5
1 changed files with 1 additions and 1 deletions

View File

@ -1265,7 +1265,7 @@ static bool PIPEWIRE_PREFERRED_Init(SDL_AudioDriverImpl *impl)
PIPEWIRE_pw_thread_loop_wait(hotplug_loop);
}
const int no_devices = spa_list_is_empty(&hotplug_io_list);
const bool no_devices = spa_list_is_empty(&hotplug_io_list);
PIPEWIRE_pw_thread_loop_unlock(hotplug_loop);