From 24ea262463a37bab5f23a47b269b39f00a7f380e Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 28 Oct 2021 15:23:52 +0200 Subject: Fix build warnings about missing field initializer --- xattr-tags/caja-xattr-tags-extension.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xattr-tags') diff --git a/xattr-tags/caja-xattr-tags-extension.c b/xattr-tags/caja-xattr-tags-extension.c index bd2c35e..a7f6d03 100644 --- a/xattr-tags/caja-xattr-tags-extension.c +++ b/xattr-tags/caja-xattr-tags-extension.c @@ -224,6 +224,7 @@ caja_xattr_tags_register_type(GTypeModule *module) sizeof (CajaXattrTags), 0, (GInstanceInitFunc) caja_xattr_tags_instance_init, + NULL }; caja_xattr_tags_type = g_type_module_register_type (module, -- cgit v1.2.1