[gaim-migrate @ 4777]

Sat, 01 Feb 2003 19:26:45 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Sat, 01 Feb 2003 19:26:45 +0000
changeset 4502
0ecb1c978966
parent 4501
f0424d58d31a
child 4503
2d92398b6816

[gaim-migrate @ 4777]
gcc-3.2 let me get sloppy, sorry.

src/core.c file | annotate | diff | comparison | revisions
--- a/src/core.c	Sat Feb 01 19:11:41 2003 +0000
+++ b/src/core.c	Sat Feb 01 19:26:45 2003 +0000
@@ -473,11 +473,13 @@
 	/*
 	GMainLoop *loop;
 	 */
+#ifndef _WIN32
+	GIOChannel *channel;
+#endif
 
 	gaim_blist_load();
 
 #ifndef _WIN32
-	GIOChannel *channel;
 
 	UI_fd = open_socket();
 	if (UI_fd < 0)

mercurial