diff options
Diffstat (limited to 'libgamma_crtc_destroy.c')
-rw-r--r-- | libgamma_crtc_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_crtc_destroy.c b/libgamma_crtc_destroy.c index 61cfe58..d506498 100644 --- a/libgamma_crtc_destroy.c +++ b/libgamma_crtc_destroy.c @@ -8,7 +8,7 @@ * @param this The CRTC state */ void -libgamma_crtc_destroy(libgamma_crtc_state_t *restrict this) +libgamma_crtc_destroy(struct libgamma_crtc_state *restrict this) { switch (this->partition->site->method) { #define X(CONST, CNAME, ...)\ |