diff options
Diffstat (limited to 'client-msg.c')
-rw-r--r-- | client-msg.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client-msg.c b/client-msg.c index 7942d994..d1f277ca 100644 --- a/client-msg.c +++ b/client-msg.c @@ -1,4 +1,4 @@ -/* $Id: client-msg.c,v 1.8 2007-10-05 14:23:28 nicm Exp $ */ +/* $Id: client-msg.c,v 1.9 2007-10-12 11:24:15 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -67,8 +67,7 @@ client_msg_dispatch(struct client_ctx *cctx, char **error) return (0); } } - if (i == NCLIENTMSG) - fatalx("unexpected message"); + fatalx("unexpected message"); } int |