summaryrefslogtreecommitdiff
path: root/savers
diff options
context:
space:
mode:
Diffstat (limited to 'savers')
-rw-r--r--savers/floaters.c2
-rw-r--r--savers/slideshow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/savers/floaters.c b/savers/floaters.c
index bca72da..a4ba211 100644
--- a/savers/floaters.c
+++ b/savers/floaters.c
@@ -1149,7 +1149,7 @@ main (int argc,
N_("The initial size and position of window"), N_("WIDTHxHEIGHT+X+Y") },
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames,
N_("The source image to use"), NULL },
- {NULL}
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
diff --git a/savers/slideshow.c b/savers/slideshow.c
index fa350f7..58cea19 100644
--- a/savers/slideshow.c
+++ b/savers/slideshow.c
@@ -67,7 +67,7 @@ main (int argc, char **argv)
"no-stretch", 0, 0, G_OPTION_ARG_NONE, &no_stretch,
N_("Do not try to stretch images on screen"), NULL
},
- { NULL }
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);