diff options
author | rbuj <[email protected]> | 2021-10-28 15:23:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-19 23:37:38 +0100 |
commit | 24ea262463a37bab5f23a47b269b39f00a7f380e (patch) | |
tree | 336c3819b96d8c8698b7b513a9b87c1d71b8ff02 /xattr-tags | |
parent | 3841c753e3f103c7164e9eaf2d6b96d7c644209b (diff) | |
download | caja-extensions-24ea262463a37bab5f23a47b269b39f00a7f380e.tar.bz2 caja-extensions-24ea262463a37bab5f23a47b269b39f00a7f380e.tar.xz |
Fix build warnings about missing field initializer
Diffstat (limited to 'xattr-tags')
-rw-r--r-- | xattr-tags/caja-xattr-tags-extension.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |