summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-28 15:14:05 +0200
committerraveit65 <[email protected]>2023-04-16 23:57:55 +0200
commita4dac3d0ebf81c9105b00a45b00c31b574eea233 (patch)
tree051a2e061506b8d4bdd1996bd094eee6a4bdf535
parent21f8797d992b9c972dd6fba39d9462ae285dd836 (diff)
downloadcaja-dropbox-a4dac3d0ebf81c9105b00a45b00c31b574eea233.tar.bz2
caja-dropbox-a4dac3d0ebf81c9105b00a45b00c31b574eea233.tar.xz
caja-dropbox: fix -Wmissing-field-initializers
-rw-r--r--src/caja-dropbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/caja-dropbox.c b/src/caja-dropbox.c
index fc50188..3abd5bf 100644
--- a/src/caja-dropbox.c
+++ b/src/caja-dropbox.c
@@ -934,6 +934,7 @@ caja_dropbox_register_type (GTypeModule *module) {
sizeof (CajaDropbox),
0,
(GInstanceInitFunc) caja_dropbox_instance_init,
+ NULL
};
static const GInterfaceInfo menu_provider_iface_info = {