diff src/protocols/oscar/oscar.c @ 12317:1baf4cbcf84d

[gaim-migrate @ 14621] Warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 17:47:05 +0000
parents 3c6675e1400e
children 719c5b4668b9
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sun Dec 04 17:44:01 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Sun Dec 04 17:47:05 2005 +0000
@@ -6892,7 +6892,7 @@
 	GaimGroup *g;
 	GaimBuddy *b;
 	struct aim_ssi_item *curitem;
-	int tmp;
+	fu32_t tmp;
 	va_list ap;
 	fu16_t fmtver, numitems;
 	struct aim_ssi_item *items;
@@ -8393,7 +8393,7 @@
 
 	frame = gaim_plugin_pref_frame_new();
 
-#if USE_PRPL_PREFERENCES
+#ifdef USE_PRPL_PREFERENCES
 	ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/recent_buddies", _("Use recent buddies group"));
 	gaim_plugin_pref_frame_add(frame, ppref);