diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_w32_gdi_crtc_restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_w32_gdi_crtc_restore.c b/libgamma_w32_gdi_crtc_restore.c index 54b28b5..e50d0b6 100644 --- a/libgamma_w32_gdi_crtc_restore.c +++ b/libgamma_w32_gdi_crtc_restore.c @@ -11,7 +11,7 @@ * error identifier provided by this library */ int -libgamma_w32_gdi_crtc_restore(libgamma_crtc_state_t *restrict this) +libgamma_w32_gdi_crtc_restore(struct libgamma_crtc_state *restrict this) { (void) this; errno = ENOTSUP; |