shell: Fix compile-time warning
This commit is contained in:
parent
c84e79f94d
commit
9c8da4525f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ application_prepare_action_cb (GApplication *application,
|
|||
GVariant *platform_data,
|
||||
GnomeControlCenter *shell)
|
||||
{
|
||||
gchar **argv;
|
||||
const gchar **argv;
|
||||
gsize length;
|
||||
|
||||
gnome_control_center_present (shell);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue