silence clang warning

This commit is contained in:
Daniel Micay 2012-07-20 11:41:44 -04:00
parent e7acfc1635
commit 1a3f3d2b4a
1 changed files with 1 additions and 1 deletions

View File

@ -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));