silence clang warning
This commit is contained in:
parent
e7acfc1635
commit
1a3f3d2b4a
|
@ -692,7 +692,7 @@ int main(int argc, char **argv) {
|
|||
{"geometry", 0, 0, G_OPTION_ARG_STRING, &geometry, "Window geometry", "GEOMETRY"},
|
||||
{"exec", 'e', 0, G_OPTION_ARG_STRING, &execute, "Command to execute", "COMMAND"},
|
||||
{"version", 'v', 0, G_OPTION_ARG_NONE, &version, "Version info", NULL},
|
||||
{NULL}
|
||||
{}
|
||||
};
|
||||
g_option_context_add_main_entries(context, entries, NULL);
|
||||
g_option_context_add_group(context, gtk_get_option_group(TRUE));
|
||||
|
|
Loading…
Reference in New Issue