changeset 15184:8b726534b00d

[gaim-migrate @ 17972] I left off a brace. My bad! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 12 Dec 2006 08:52:46 +0000
parents f495e3063701
children a505577b6f4b
files libgaim/protocols/yahoo/yahoo_picture.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/yahoo/yahoo_picture.c	Tue Dec 12 07:28:39 2006 +0000
+++ b/libgaim/protocols/yahoo/yahoo_picture.c	Tue Dec 12 08:52:46 2006 +0000
@@ -569,9 +569,10 @@
 
 		yahoo_buddy_icon_upload(gc, d);
 
-	} else
+	} else {
 		gaim_debug_error("yahoo",
 				"Could not read buddy icon file '%s': %s\n",
 				iconfile, error->message);
 		g_error_free(error);
 	}
+}