From 397787ec3e9d44fd159df8b4fb8fb74fa710ac27 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 26 Mar 2020 18:10:11 +0100 Subject: [PATCH] spa-resample: getopt_long returns an int --- spa/plugins/audioconvert/spa-resample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/audioconvert/spa-resample.c b/spa/plugins/audioconvert/spa-resample.c index 33e06c72f..2cb0e3240 100644 --- a/spa/plugins/audioconvert/spa-resample.c +++ b/spa/plugins/audioconvert/spa-resample.c @@ -218,7 +218,7 @@ static int do_conversion(struct data *d) int main(int argc, char *argv[]) { - char c; + int c; int longopt_index = 0, ret; struct data data;