comparison src/util.c @ 13619:667af11a6411

[gaim-migrate @ 16005] I'm dumb. Nothing new. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 11 Apr 2006 00:28:53 +0000
parents 6bf81c38b458
children 78c2c6a462d7
comparison
equal deleted inserted replaced
13618:4d44d7ad536e 13619:667af11a6411
2620 const char * 2620 const char *
2621 gaim_normalize(const GaimAccount *account, const char *str) 2621 gaim_normalize(const GaimAccount *account, const char *str)
2622 { 2622 {
2623 const char *ret = NULL; 2623 const char *ret = NULL;
2624 2624
2625 if (account == NULL) 2625 if (account != NULL)
2626 { 2626 {
2627 GaimPlugin *prpl = gaim_find_prpl(gaim_account_get_protocol_id(account)); 2627 GaimPlugin *prpl = gaim_find_prpl(gaim_account_get_protocol_id(account));
2628 2628
2629 if (prpl != NULL) 2629 if (prpl != NULL)
2630 { 2630 {