fix compiler warning

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@711 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Jay Sorg 2004-06-16 00:56:36 +00:00
parent 772bdd5628
commit 98ce135262

2
mppc.c
View File

@ -59,7 +59,7 @@ int
mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen)
{
int k, walker_len = 0, walker;
int i = 0;
uint32 i = 0;
int next_offset, match_off;
int match_len;
int old_offset, match_bits;