[gaim-migrate @ 14067]

Sun, 23 Oct 2005 23:42:12 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 23 Oct 2005 23:42:12 +0000
changeset 11776
58fd4b78788a
parent 11775
073bf82c3751
child 11777
ed650b58abb6

[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:

mercurial