src/protocols/oscar/oscar.c

changeset 12317
3a2f08276e58
parent 12271
01d61e68886e
child 12344
5dade80f1792
--- 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);
 

mercurial