comparison src/protocols/gg/gg.c @ 11544:6723c4930e50

[gaim-migrate @ 13799] Was this space intentional? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 14 Sep 2005 12:45:23 +0000
parents cda814bad7f8
children 85abf1deac05
comparison
equal deleted inserted replaced
11543:8be7f4c472cf 11544:6723c4930e50
1433 struct gg_token *t; 1433 struct gg_token *t;
1434 1434
1435 gaim_debug_info("gg", "token: requested.\n"); 1435 gaim_debug_info("gg", "token: requested.\n");
1436 1436
1437 if ((req = gg_token(0)) == NULL) { 1437 if ((req = gg_token(0)) == NULL) {
1438 gaim_connection_error(gc, _("Token Error : Unable to fetch the token.\n")); 1438 gaim_connection_error(gc, _("Token Error: Unable to fetch the token.\n"));
1439 return; 1439 return;
1440 } 1440 }
1441 t = req->data; 1441 t = req->data;
1442 1442
1443 info = g_new0(GGPInfo, 1); 1443 info = g_new0(GGPInfo, 1);