diff 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
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sat Jan 04 19:41:07 2003 +0000
+++ b/src/protocols/gg/gg.c	Sat Jan 04 21:01:32 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 4326 2002-12-21 19:33:54Z chipx86 $
+ * $Id: gg.c 4432 2003-01-04 21:01:32Z chipx86 $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -399,7 +399,7 @@
 		}
 		break;
 	case GG_EVENT_ACK:
-		debug_printf("main_callback: message %d to %u sent with status %d\n",
+		debug_printf("main_callback: message %d to %lu sent with status %d\n",
 			     e->event.ack.seq, e->event.ack.recipient, e->event.ack.status);
 		break;
 	default: