mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
Add missing &
This commit is contained in:
parent
35d1bcff6f
commit
f295aff762
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue