summaryrefslogtreecommitdiff
path: root/ratatox.c
diff options
context:
space:
mode:
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);
}