comparison libgaim/protocols/yahoo/yahoo_picture.c @ 15183: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 5a7648191611
children
comparison
equal deleted inserted replaced
15182:f495e3063701 15183:8b726534b00d
567 return; 567 return;
568 } 568 }
569 569
570 yahoo_buddy_icon_upload(gc, d); 570 yahoo_buddy_icon_upload(gc, d);
571 571
572 } else 572 } else {
573 gaim_debug_error("yahoo", 573 gaim_debug_error("yahoo",
574 "Could not read buddy icon file '%s': %s\n", 574 "Could not read buddy icon file '%s': %s\n",
575 iconfile, error->message); 575 iconfile, error->message);
576 g_error_free(error); 576 g_error_free(error);
577 } 577 }
578 }