summaryrefslogtreecommitdiff
path: root/sendto/caja-sendto-command.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-28 15:23:52 +0200
committerrbuj <[email protected]>2021-10-28 15:23:52 +0200
commit2e10f49851a572e405424eaa33c30e9dced52a82 (patch)
tree46a1288c4a56d7a69d72102ec3e9996ab57960bb /sendto/caja-sendto-command.c
parent5531df05481859b8efd9c952795759ef2c0dcad9 (diff)
downloadcaja-extensions-2e10f49851a572e405424eaa33c30e9dced52a82.tar.bz2
caja-extensions-2e10f49851a572e405424eaa33c30e9dced52a82.tar.xz
Fix build warnings about missing field initializer
Diffstat (limited to 'sendto/caja-sendto-command.c')
-rw-r--r--sendto/caja-sendto-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendto/caja-sendto-command.c b/sendto/caja-sendto-command.c
index e7d3698..8181db6 100644
--- a/sendto/caja-sendto-command.c
+++ b/sendto/caja-sendto-command.c
@@ -80,7 +80,7 @@ struct _NS_ui {
static const GOptionEntry entries[] = {
{ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, "Files to send", "[FILES...]" },
- { NULL }
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
static void