pidgin/gtkmain.c

changeset 15697
78ddac185d80
parent 15578
8039a694e225
child 15737
6104d5153471
--- a/pidgin/gtkmain.c	Thu Feb 15 00:45:01 2007 +0000
+++ b/pidgin/gtkmain.c	Thu Feb 15 18:19:51 2007 +0000
@@ -455,6 +455,8 @@
 
 /* FUCKING GET ME A TOWEL! */
 #ifdef _WIN32
+/* suppress gcc "no previous prototype" warning */
+int pidgin_main(HINSTANCE hint, int argc, char *argv[]);
 int pidgin_main(HINSTANCE hint, int argc, char *argv[])
 #else
 int main(int argc, char *argv[])
@@ -726,7 +728,7 @@
 	/* TODO: Move pounces loading into gaim_pounces_init() */
 	gaim_pounces_load();
 
-	
+
 	/* HACK BY SEANEGAN:
 	 * We've renamed prpl-oscar to prpl-aim and prpl-icq, accordingly.
 	 * Let's do that change right here... after everything's loaded, but
@@ -741,7 +743,7 @@
 				gaim_account_set_protocol_id(account, "prpl-aim");
 		}
 	}
-	
+
 	ui_main();
 
 #ifdef USE_SM

mercurial