summaryrefslogtreecommitdiffstats
path: root/client-msg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-12 11:24:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-12 11:24:15 +0000
commitad4a7423c039513bd55d336c9335013d5328811b (patch)
treee820af0c5cc36dc28b57a7b20b6007abd24a4bea /client-msg.c
parentd1589381782732386e07709956f4d6c7ed029d7b (diff)
Mark windows in yellow on status line when bell.
Diffstat (limited to 'client-msg.c')
-rw-r--r--client-msg.c5
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