diff options
Diffstat (limited to 'util/test-menu-spec.c')
-rw-r--r-- | util/test-menu-spec.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/test-menu-spec.c b/util/test-menu-spec.c index 9de1ab6..bd78ecf 100644 --- a/util/test-menu-spec.c +++ b/util/test-menu-spec.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2004 Red Hat, Inc. + * Copyright (C) 2012-2021 MATE Developers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -38,8 +39,8 @@ static GOptionEntry options[] = { { "monitor", 'm', 0, G_OPTION_ARG_NONE, &monitor, N_("Monitor for menu changes"), NULL }, { "include-excluded", 'i', 0, G_OPTION_ARG_NONE, &include_excluded, N_("Include <Exclude>d entries"), NULL }, { "include-nodisplay", 'n', 0, G_OPTION_ARG_NONE, &include_nodisplay, N_("Include NoDisplay=true entries"), NULL }, - { "include-unallocated", 'u', 0, G_OPTION_ARG_NONE, &include_unallocated, N_("Include unallocated entries"), NULL }, - { NULL } + { "include-unallocated", 'u', 0, G_OPTION_ARG_NONE, &include_unallocated, N_("Include unallocated entries"), NULL }, + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; static void |