mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 15:08:04 +02:00
cli: fix build warning
This commit is contained in:
parent
1fcadf4bdf
commit
cda1a8c498
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ main (gint argc, gchar **argv)
|
|||
|
||||
else {
|
||||
g_autofree gchar *help = g_option_context_get_help (context, TRUE, NULL);
|
||||
g_print (help);
|
||||
g_print ("%s", help);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue