summaryrefslogtreecommitdiff
path: root/sendto/caja-nste.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-28 15:23:52 +0200
committerraveit65 <[email protected]>2022-02-19 23:37:38 +0100
commit24ea262463a37bab5f23a47b269b39f00a7f380e (patch)
tree336c3819b96d8c8698b7b513a9b87c1d71b8ff02 /sendto/caja-nste.c
parent3841c753e3f103c7164e9eaf2d6b96d7c644209b (diff)
downloadcaja-extensions-24ea262463a37bab5f23a47b269b39f00a7f380e.tar.bz2
caja-extensions-24ea262463a37bab5f23a47b269b39f00a7f380e.tar.xz
Fix build warnings about missing field initializer
Diffstat (limited to 'sendto/caja-nste.c')
-rw-r--r--sendto/caja-nste.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sendto/caja-nste.c b/sendto/caja-nste.c
index f89b8a4..429b368 100644
--- a/sendto/caja-nste.c
+++ b/sendto/caja-nste.c
@@ -137,6 +137,7 @@ caja_nste_register_type (GTypeModule *module)
sizeof (CajaNste),
0,
(GInstanceInitFunc) caja_nste_instance_init,
+ NULL
};
static const GInterfaceInfo menu_provider_iface_info = {