diff --git a/codec-cfg.c b/codec-cfg.c index 2ba7fe60de..cfbf3b005b 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -957,7 +957,7 @@ void skiphtml(FILE *f1){ } } -static void print_int_array(const int* a, int size) +static void print_int_array(const unsigned int* a, int size) { printf("{ "); while (size--)