fix(pulseaudio): add fallthrough marking

This commit is contained in:
NBonaparte 2018-03-30 12:32:27 -07:00 committed by Patrick Ziegler
parent d430174f0b
commit 10632178a8
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ int pulseaudio::process_events() {
wait_loop(o, m_mainloop);
break;
}
// FALLTHRU
// get default sink
case evtype::REMOVE:
o = pa_context_get_server_info(m_context, get_default_sink_callback, this);