summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2013-04-04 01:56:40 -0700
committerArnavion <arnavion@gmail.com>2013-04-04 01:56:40 -0700
commite0a7f0ae596bcf5132d941ac9108fe771baeb4fb (patch)
treec500b1d33d8199b879c6aad8a8d56fd20ab3ee35 /src/common/proto-irc.c
parent5779691efb1b46b9c73d60d64b56eea9c75a115f (diff)
Fixed compiler error.
Diffstat (limited to 'src/common/proto-irc.c')
-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: