mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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…
Add table
Add a link
Reference in a new issue