diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/drm_format_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/render/drm_format_set.h b/include/wlr/render/drm_format_set.h index 8ae930be..3d54c6f4 100644 --- a/include/wlr/render/drm_format_set.h +++ b/include/wlr/render/drm_format_set.h @@ -54,7 +54,7 @@ struct wlr_drm_format_set { // The capacity of the array; private to wlroots size_t capacity; // A pointer to an array of `struct wlr_drm_format *` of length `len`. - struct wlr_drm_format **formats; + struct wlr_drm_format *formats; }; /** |