fix signedness comparison issue

This commit is contained in:
Boris Faure 2015-02-07 12:03:44 +01:00
parent 4b4deb3ad3
commit a3a8e370ee
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ main(int argc, char **argv)
char *path;
char *cmp[] = {"-c", "-m", "-l"};
int modes[] = {SMALL, MEDIUM, LARGE};
int j;
unsigned int j;
for (j = 0; j < COUNT_OF(cmp) ; j++)
{