diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_dummy_crtc_get_gamma_rampsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_dummy_crtc_get_gamma_rampsd.c b/libgamma_dummy_crtc_get_gamma_rampsd.c index 70939ca..244a287 100644 --- a/libgamma_dummy_crtc_get_gamma_rampsd.c +++ b/libgamma_dummy_crtc_get_gamma_rampsd.c @@ -12,7 +12,7 @@ * error identifier provided by this library */ int -libgamma_dummy_crtc_get_gamma_rampsd(libgamma_crtc_state_t *restrict this, libgamma_gamma_rampsd_t *restrict ramps) +libgamma_dummy_crtc_get_gamma_rampsd(struct libgamma_crtc_state *restrict this, struct libgamma_gamma_rampsd *restrict ramps) { #define LIBGAMMA_DUMMY_GET_RAMPS #define TYPE double |