1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-03 04:33:30 -05:00

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

View file

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