summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 1de5d052c7..8956d96601 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -959,7 +959,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--)