Mercurial > pidgin
changeset 23484:46d8edad1647
Fix up a typo between the declaration and definition of msn_got_photo.
References #5982.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 16 Jun 2008 02:29:33 +0000 |
parents | 63cfd4ea15ab |
children | e29019f78984 |
files | libpurple/protocols/msn/msn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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