Mercurial > pidgin
diff libpurple/xmlnode.c @ 25122:9525fb966efb
theme loader cleanup, and remove a few warnings
| author | Justin Rodriguez <ffdragon@soc.pidgin.im> |
|---|---|
| date | Tue, 26 Aug 2008 08:28:25 +0000 |
| parents | 2d419a0fc0e4 |
| children | 94fa7211eb98 |
line wrap: on
line diff
--- a/libpurple/xmlnode.c Sun Aug 10 03:27:12 2008 +0000 +++ b/libpurple/xmlnode.c Tue Aug 26 08:28:25 2008 +0000 @@ -729,7 +729,7 @@ } xmlnode * -xmlnode_from_file(const char *dir, const char *filename, const char *description, const char *process) +xmlnode_from_file(const char *dir,const char *filename, const char *description, const char *process) { gchar *filename_full; GError *error = NULL;
