mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
examples: fix type of getopt_long return value
This commit is contained in:
parent
f0003b702c
commit
3b3146e852
1 changed files with 1 additions and 2 deletions
|
|
@ -964,8 +964,7 @@ static void show_help(struct data *data, const char *name, bool error)
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
struct data data = { 0 };
|
struct data data = { 0 };
|
||||||
int res = 0;
|
int res = 0, c;
|
||||||
char c;
|
|
||||||
|
|
||||||
/* default values*/
|
/* default values*/
|
||||||
data.volume_ramp_samples = DEFAULT_RAMP_SAMPLES;
|
data.volume_ramp_samples = DEFAULT_RAMP_SAMPLES;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue