Sun, 23 Oct 2005 23:42:12 +0000
[gaim-migrate @ 14067]
yet another warning fix..
| plugins/mono/loader/mono-helper.c | file | annotate | diff | comparison | revisions |
--- a/plugins/mono/loader/mono-helper.c Sun Oct 23 23:41:03 2005 +0000 +++ b/plugins/mono/loader/mono-helper.c Sun Oct 23 23:42:12 2005 +0000 @@ -91,7 +91,7 @@ MonoObject* mono_loader_object_from_gaim_subtype(GaimSubType type, gpointer data) { - MonoObject *obj; + MonoObject *obj = NULL; switch (type) { case GAIM_SUBTYPE_BLIST_BUDDY: