diff options
author | sin <sin@2f30.org> | 2014-09-13 16:29:36 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-13 16:29:36 +0100 |
commit | db7a657ac9422ba10bc52a19351ce62c956e5907 (patch) | |
tree | 5ec3b630e874cf378dbd5d8464c8306bb0e9e416 /ratatox.c | |
parent | f304504138c118cc5d2726d3b9805200c3e4a313 (diff) |
Add missing break
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); } |