Avoid WIN32 warning.

This commit is contained in:
Dr. Stephen Henson 2006-07-21 22:28:48 +00:00
parent 37c8fd0eba
commit 1aa44cc797
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ int MAIN(int argc, char **argv)
}
if(rev)
{
int i;
size_t i;
unsigned char ctmp;
for(i = 0; i < buf_inlen/2; i++)
{