fix up warning from scan-build

This commit is contained in:
Simon Gomizelj 2013-12-29 00:36:59 +00:00
parent 40e825d94b
commit 0a538af4d7
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ int main(int argc, char **argv) {
{"geometry", 0, 0, G_OPTION_ARG_STRING, &geometry, "Window geometry", "GEOMETRY"},
{"hold", 0, 0, G_OPTION_ARG_NONE, &hold, "Remain open after child process exits", nullptr},
{"config", 'c', 0, G_OPTION_ARG_STRING, &config_file, "Path of config file", "CONFIG"},
{}
{nullptr, 0, 0, G_OPTION_ARG_NONE, nullptr, nullptr, nullptr}
};
g_option_context_add_main_entries(context, entries, nullptr);
g_option_context_add_group(context, gtk_get_option_group(TRUE));