Fix up a typo between the declaration and definition of msn_got_photo. cpw.qulogic.msn

Mon, 16 Jun 2008 02:29:33 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 16 Jun 2008 02:29:33 +0000
branch
cpw.qulogic.msn
changeset 23796
026ffb2e4fb3
parent 23795
dc842f0304b1
child 23797
be32acbae9ce

Fix up a typo between the declaration and definition of msn_got_photo.

References #5982.

libpurple/protocols/msn/msn.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/msn.c	Mon Jun 16 01:44:28 2008 +0000
+++ b/libpurple/protocols/msn/msn.c	Mon Jun 16 02:29:33 2008 +0000
@@ -1807,7 +1807,7 @@
 }
 
 static void msn_got_photo(PurpleUtilFetchUrlData *url_data, gpointer data,
-		const gchar *url_text, size_t len, const gchar *error_message);
+		const gchar *url_text, gsize len, const gchar *error_message);
 
 #endif
 

mercurial