diff src/protocols/msn/msn.c @ 9953:d908907d9441

[gaim-migrate @ 10849] grim | patch -p0 && cvs commit committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 05 Sep 2004 06:29:51 +0000
parents 42cdec4f639b
children 2f153f8cdf81
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Sat Sep 04 17:06:10 2004 +0000
+++ b/src/protocols/msn/msn.c	Sun Sep 05 06:29:51 2004 +0000
@@ -388,11 +388,11 @@
 }
 
 static void
-msn_list_emblems(GaimBuddy *b, char **se, char **sw,
-				 char **nw, char **ne)
+msn_list_emblems(GaimBuddy *b, const char **se, const char **sw,
+				 const char **nw, const char **ne)
 {
 	MsnUser *user;
-	char *emblems[4] = { NULL, NULL, NULL, NULL };
+	const char *emblems[4] = { NULL, NULL, NULL, NULL };
 	int away_type = MSN_AWAY_TYPE(b->uc);
 	int i = 0;