From 80746e7900d91688eba6c2a3f8bb1164bdb3de73 Mon Sep 17 00:00:00 2001 From: Russell Rice Date: Sat, 10 Mar 2007 02:11:18 +0000 Subject: Lots of changes/additions: * Add libpcsound codeblocks project * Use libraries that are built and project dependencies inside main chocolate-doom/setup project and remove source files. * libraries are now built in the "lib" top level directory * Fix some warnings Subversion-branch: /trunk/chocolate-doom Subversion-revision: 852 --- src/net_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net_gui.c') diff --git a/src/net_gui.c b/src/net_gui.c index 9ebec568..9816346b 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -155,7 +155,7 @@ static void UpdateGUI(void) static void PrintMD5Digest(char *s, byte *digest) { - int i; + unsigned int i; printf("%s: ", s); -- cgit v1.2.3