diff --git a/termite.cc b/termite.cc index f42ffe9..2bc8890 100644 --- a/termite.cc +++ b/termite.cc @@ -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));