* Fix signed/unsigned warning.
This commit is contained in:
parent
93a52058e0
commit
7c880dc3f5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const lookup[] =
|
|||
|
||||
int filter_list(void)
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
fprintf(stderr, "Available filters:\n");
|
||||
for(i = 0; i < sizeof(lookup) / sizeof(lookup[0]); i++)
|
||||
|
|
Loading…
Reference in a new issue