pw-link: pass false instead of NULL for bool parameter

This commit is contained in:
Barnabás Pőcze 2024-01-04 18:23:15 +01:00 committed by Wim Taymans
parent d84101d97f
commit 5218afc7e8

View file

@ -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"