mmkbd,lirc: make use of pa_assert_not_reached()

This commit is contained in:
Lennart Poettering 2009-04-13 04:42:33 +02:00
parent 270a6981f7
commit f1d3dfb118
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ static void io_callback(pa_mainloop_api *io, pa_io_event *e, int fd, pa_io_event
break;
case INVALID:
;
pa_assert_not_reached();
}
}
}