mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
fix(pulseaudio): add fallthrough marking
This commit is contained in:
parent
d430174f0b
commit
10632178a8
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue