From e0a7f0ae596bcf5132d941ac9108fe771baeb4fb Mon Sep 17 00:00:00 2001 From: Arnavion Date: Thu, 4 Apr 2013 01:56:40 -0700 Subject: [PATCH] Fixed compiler error. --- src/common/proto-irc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index 4fd8deb7..073a0d8b 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -462,12 +462,12 @@ process_numeric (session * sess, int n, /* show whois is the server tab */ session *whois_sess = serv->server_session; + char *ex; + /* unless this setting is on */ if (prefs.hex_irc_whois_front) whois_sess = serv->front_session; - char *ex; - switch (n) { case 1: