Mercurial > pidgin
diff src/gtkimhtml.c @ 11586:03cd74ca2562
[gaim-migrate @ 13856]
clean up some compile warnings
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 02 Oct 2005 16:50:08 +0000 |
| parents | 7be60d01519f |
| children | 8004885fabbe |
line wrap: on
line diff
--- a/src/gtkimhtml.c Sun Oct 02 05:58:51 2005 +0000 +++ b/src/gtkimhtml.c Sun Oct 02 16:50:08 2005 +0000 @@ -841,7 +841,7 @@ /* Convert from UCS-2 to UTF-8, stripping the BOM if one is present.*/ static gchar * -ucs2_to_utf8_with_bom_check(guchar *data, guint len) { +ucs2_to_utf8_with_bom_check(gchar *data, guint len) { char *fromcode = NULL; GError *error = NULL; guint16 c;
