diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_dummy_crtc_restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_dummy_crtc_restore.c b/libgamma_dummy_crtc_restore.c index d2a50ce..9cde936 100644 --- a/libgamma_dummy_crtc_restore.c +++ b/libgamma_dummy_crtc_restore.c @@ -11,7 +11,7 @@ * error identifier provided by this library */ int -libgamma_dummy_crtc_restore(libgamma_crtc_state_t *restrict this) +libgamma_dummy_crtc_restore(struct libgamma_crtc_state *restrict this) { if (!libgamma_dummy_internal_configurations.capabilities.crtc_restore) { errno = ENOTSUP; |