Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 4201:511c2b63caa4
[gaim-migrate @ 4432]
Some code cleanups to remove warnings and fix up indenting a little.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 04 Jan 2003 21:01:32 +0000 |
parents | 474265997752 |
children | cc2f780c0505 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Sat Jan 04 19:41:07 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Sat Jan 04 21:01:32 2003 +0000 @@ -522,8 +522,8 @@ } else if (!g_strncasecmp(msg, "GAME", strlen("GAME"))) { struct buddy *bud = find_buddy(gc, from); void *free1=NULL, *free2=NULL; - if (!bud) - debug_printf("%s is playing a game, and doesn't want you to know.\n"); + if (!bud) + debug_printf("%s is playing a game, and doesn't want you to know.\n", from); if (*stat == '1') { if (g_hash_table_lookup_extended (yd->games, from, free1, free2)) { g_free(free1);