mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw-link: pass false instead of NULL for bool parameter
This commit is contained in:
parent
d84101d97f
commit
5218afc7e8
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ int main(int argc, char *argv[])
|
||||||
while ((c = getopt_long(argc, argv, "hVr:oilmIvLPp:wd", long_options, NULL)) != -1) {
|
while ((c = getopt_long(argc, argv, "hVr:oilmIvLPp:wd", long_options, NULL)) != -1) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'h':
|
case 'h':
|
||||||
show_help(&data, argv[0], NULL);
|
show_help(&data, argv[0], false);
|
||||||
return 0;
|
return 0;
|
||||||
case 'V':
|
case 'V':
|
||||||
printf("%s\n"
|
printf("%s\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue