mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
spa-resample: getopt_long returns an int
This commit is contained in:
parent
f0f3a0a660
commit
397787ec3e
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ static int do_conversion(struct data *d)
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
char c;
|
int c;
|
||||||
int longopt_index = 0, ret;
|
int longopt_index = 0, ret;
|
||||||
struct data data;
|
struct data data;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue