aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_linux_drm_crtc_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgamma_linux_drm_crtc_destroy.c')
-rw-r--r--libgamma_linux_drm_crtc_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_linux_drm_crtc_destroy.c b/libgamma_linux_drm_crtc_destroy.c
index 0d0ce65..b27408d 100644
--- a/libgamma_linux_drm_crtc_destroy.c
+++ b/libgamma_linux_drm_crtc_destroy.c
@@ -9,7 +9,7 @@
* @param this The CRTC state
*/
void
-libgamma_linux_drm_crtc_destroy(libgamma_crtc_state_t *restrict this)
+libgamma_linux_drm_crtc_destroy(struct libgamma_crtc_state *restrict this)
{
(void) this;
}