Mercurial > pidgin
changeset 11776:e66dbfdaea8a
[gaim-migrate @ 14067]
yet another warning fix..
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sun, 23 Oct 2005 23:42:12 +0000 |
parents | 400b802cd62b |
children | 1253620ea5f2 |
files | plugins/mono/loader/mono-helper.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: