diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_crtc_restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_crtc_restore.c b/libgamma_crtc_restore.c index d6a97c8..c680345 100644 --- a/libgamma_crtc_restore.c +++ b/libgamma_crtc_restore.c @@ -10,7 +10,7 @@ * error identifier provided by this library */ int -libgamma_crtc_restore(libgamma_crtc_state_t *restrict this) +libgamma_crtc_restore(struct libgamma_crtc_state *restrict this) { switch (this->partition->site->method) { #define X(CONST, CNAME, ...)\ |