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 /wallpaper | |
parent | 3841c753e3f103c7164e9eaf2d6b96d7c644209b (diff) | |
download | caja-extensions-24ea262463a37bab5f23a47b269b39f00a7f380e.tar.bz2 caja-extensions-24ea262463a37bab5f23a47b269b39f00a7f380e.tar.xz |
Fix build warnings about missing field initializer
Diffstat (limited to 'wallpaper')
-rw-r--r-- | wallpaper/caja-wallpaper-extension.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wallpaper/caja-wallpaper-extension.c b/wallpaper/caja-wallpaper-extension.c index 042deb1..3119e9f 100644 --- a/wallpaper/caja-wallpaper-extension.c +++ b/wallpaper/caja-wallpaper-extension.c @@ -160,6 +160,7 @@ caja_cwe_register_type (GTypeModule *module) sizeof (CajaCwe), 0, (GInstanceInitFunc) caja_cwe_instance_init, + NULL }; static const GInterfaceInfo menu_provider_iface_info = { |