diff options
-rw-r--r-- | pluma/pluma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma.c b/pluma/pluma.c index d81b9ae8..b3ccf468 100644 --- a/pluma/pluma.c +++ b/pluma/pluma.c @@ -123,7 +123,7 @@ static const GOptionEntry options [] = { G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &remaining_args, NULL, N_("[FILE...]") }, /* collects file arguments */ - {NULL} + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; static void |