summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/common/proto-irc.c4
1 files 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: