aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/network.c b/FICS/network.c
index b795e99..b2d420a 100644
--- a/FICS/network.c
+++ b/FICS/network.c
@@ -314,6 +314,7 @@ net_send_string(int fd, char *str, int format)
break;
case '\033':
con[which].outPos -= 3;
+ // XXX: fallthrough here?
default:
sendme(which, str, 1);
}