diff options
Diffstat (limited to 'ratatox.c')
-rw-r--r-- | ratatox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -525,6 +525,7 @@ loop(void) switch (i) { case TEXT_IN_FIFO: send_friend_text(f); + break; default: fputs("Unhandled FIFO read\n", stderr); } |