commit db7a657ac9422ba10bc52a19351ce62c956e5907 parent f304504138c118cc5d2726d3b9805200c3e4a313 Author: sin <sin@2f30.org> Date: Sat, 13 Sep 2014 16:29:36 +0100 Add missing break Diffstat:
M | ratatox.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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); }