mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
change getopt_long return variable from char to int
This commit is contained in:
parent
dbe0583874
commit
790698378f
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ int main(int argc, char *argv[])
|
|||
{"ump", 1, NULL, 'u'},
|
||||
{0}
|
||||
};
|
||||
char c = 0;
|
||||
int c = 0;
|
||||
char do_send_file = 0;
|
||||
char do_port_list = 0;
|
||||
char verbose = 0;
|
||||
|
|
Loading…
Reference in a new issue