aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/network.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/network.c b/FICS/network.c
index ac20f9c..47d6c6b 100644
--- a/FICS/network.c
+++ b/FICS/network.c
@@ -460,6 +460,9 @@ readline2(comstr_t *cs, int who)
}
state = 2;
break;
+ default:
+ warnx("%s: unknown state %d", __func__, state);
+ break;
}
s++;