Browse Source

* Fix signed/unsigned warning.

pull/1/head
Sam Hocevar sam 18 years ago
parent
commit
7c880dc3f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/filter.c

+ 1
- 1
src/filter.c View File

@@ -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…
Cancel
Save