mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2024-11-21 08:20:40 -05:00
Fix printf without supplied argument
This commit is contained in:
parent
84087213f1
commit
9f671ca77b
@ -41,7 +41,7 @@ audio_selection_needed (GvcMixerControl *volume,
|
|||||||
args[n] = NULL;
|
args[n] = NULL;
|
||||||
|
|
||||||
g_print ("+++ Audio selection needed for id %d\n", id);
|
g_print ("+++ Audio selection needed for id %d\n", id);
|
||||||
g_print (" Choices are: %s\n");
|
g_print (" Choices are:\n");
|
||||||
for (i = 0; args[i] != NULL; i++)
|
for (i = 0; args[i] != NULL; i++)
|
||||||
g_print (" %d. %s\n", i + 1, args[i]);
|
g_print (" %d. %s\n", i + 1, args[i]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user