small cleanup
This commit is contained in:
parent
277f27d25c
commit
0feceaf03a
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
static gchar *role = NULL;
|
static gchar *role = NULL;
|
||||||
|
|
||||||
static GOptionEntry entries[] = {
|
static const GOptionEntry entries[] = {
|
||||||
{ "role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE" },
|
{ "role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE" },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue