mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +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_props[dev->format_prop_count] = props;
|
||||||
++dev->format_prop_count;
|
++dev->format_prop_count;
|
||||||
} else {
|
} else {
|
||||||
vulkan_format_props_finish(props);
|
vulkan_format_props_finish(&props);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue