diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_quartz_cg_crtc_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_quartz_cg_crtc_destroy.c b/libgamma_quartz_cg_crtc_destroy.c index 9bf5ed9..bec00a1 100644 --- a/libgamma_quartz_cg_crtc_destroy.c +++ b/libgamma_quartz_cg_crtc_destroy.c @@ -9,7 +9,7 @@ * @param this The CRTC state */ void -libgamma_quartz_cg_crtc_destroy(libgamma_crtc_state_t *restrict this) +libgamma_quartz_cg_crtc_destroy(struct libgamma_crtc_state *restrict this) { (void) this; } |