Mercurial > pidgin
comparison src/protocols/gg/gg.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 | ee884f1d7ae3 |
children | a614423c648f |
comparison
equal
deleted
inserted
replaced
4200:c8fb43808a4b | 4201:511c2b63caa4 |
---|---|
1 /* | 1 /* |
2 * gaim - Gadu-Gadu Protocol Plugin | 2 * gaim - Gadu-Gadu Protocol Plugin |
3 * $Id: gg.c 4326 2002-12-21 19:33:54Z chipx86 $ | 3 * $Id: gg.c 4432 2003-01-04 21:01:32Z chipx86 $ |
4 * | 4 * |
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> | 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> |
6 * | 6 * |
7 * This program is free software; you can redistribute it and/or modify | 7 * This program is free software; you can redistribute it and/or modify |
8 * it under the terms of the GNU General Public License as published by | 8 * it under the terms of the GNU General Public License as published by |
397 serv_got_update(gc, user, (status == UC_UNAVAILABLE) ? 0 : 1, 0, 0, 0, | 397 serv_got_update(gc, user, (status == UC_UNAVAILABLE) ? 0 : 1, 0, 0, 0, |
398 status, 0); | 398 status, 0); |
399 } | 399 } |
400 break; | 400 break; |
401 case GG_EVENT_ACK: | 401 case GG_EVENT_ACK: |
402 debug_printf("main_callback: message %d to %u sent with status %d\n", | 402 debug_printf("main_callback: message %d to %lu sent with status %d\n", |
403 e->event.ack.seq, e->event.ack.recipient, e->event.ack.status); | 403 e->event.ack.seq, e->event.ack.recipient, e->event.ack.status); |
404 break; | 404 break; |
405 default: | 405 default: |
406 debug_printf("main_callback: unsupported event %d\n", e->type); | 406 debug_printf("main_callback: unsupported event %d\n", e->type); |
407 break; | 407 break; |