Add missing &

This commit is contained in:
bi4k8 2022-06-11 20:41:16 +00:00
parent 35d1bcff6f
commit f295aff762
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ void vulkan_format_props_query(struct wlr_vk_device *dev,
dev->format_props[dev->format_prop_count] = props;
++dev->format_prop_count;
} else {
vulkan_format_props_finish(props);
vulkan_format_props_finish(&props);
}
}