From db7a657ac9422ba10bc52a19351ce62c956e5907 Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 13 Sep 2014 16:29:36 +0100 Subject: Add missing break --- ratatox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ratatox.c b/ratatox.c index e4a5636..52f9343 100644 --- a/ratatox.c +++ b/ratatox.c @@ -525,6 +525,7 @@ loop(void) switch (i) { case TEXT_IN_FIFO: send_friend_text(f); + break; default: fputs("Unhandled FIFO read\n", stderr); } -- cgit v1.2.3