From baa6a1cf7979c095c1081daa2a2d1134c76d2f1b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 7 Mar 2021 22:51:21 +0100 Subject: misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libgamma_dummy_crtc_destroy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgamma_dummy_crtc_destroy.c') diff --git a/libgamma_dummy_crtc_destroy.c b/libgamma_dummy_crtc_destroy.c index b79fb98..935c12b 100644 --- a/libgamma_dummy_crtc_destroy.c +++ b/libgamma_dummy_crtc_destroy.c @@ -9,9 +9,9 @@ * @param this The CRTC state */ void -libgamma_dummy_crtc_destroy(libgamma_crtc_state_t *restrict this) +libgamma_dummy_crtc_destroy(struct libgamma_crtc_state *restrict this) { - libgamma_dummy_crtc_t *data = this->data; + struct libgamma_dummy_crtc *data = this->data; if (data) { free(data->gamma_red); data->gamma_red = NULL; -- cgit v1.2.3-70-g09d2