diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_crtc_set_gamma_rampsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_crtc_set_gamma_rampsf.c b/libgamma_crtc_set_gamma_rampsf.c index 15f4a39..78c3156 100644 --- a/libgamma_crtc_set_gamma_rampsf.c +++ b/libgamma_crtc_set_gamma_rampsf.c @@ -11,7 +11,7 @@ * error identifier provided by this library */ int -libgamma_crtc_set_gamma_rampsf(libgamma_crtc_state_t *restrict this, const libgamma_gamma_rampsf_t *restrict ramps) +libgamma_crtc_set_gamma_rampsf(struct libgamma_crtc_state *restrict this, const struct libgamma_gamma_rampsf *restrict ramps) { #define DEPTH -1 #define TYPE float_single |