summaryrefslogtreecommitdiff
path: root/ratatox.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-13 16:29:36 +0100
committersin <sin@2f30.org>2014-09-13 16:29:36 +0100
commitdb7a657ac9422ba10bc52a19351ce62c956e5907 (patch)
tree5ec3b630e874cf378dbd5d8464c8306bb0e9e416 /ratatox.c
parentf304504138c118cc5d2726d3b9805200c3e4a313 (diff)
Add missing break
Diffstat (limited to 'ratatox.c')
-rw-r--r--ratatox.c1
1 files changed, 1 insertions, 0 deletions
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);
}