diff options
Diffstat (limited to 'libgamma_crtc_set_gamma_rampsf_f.c')
-rw-r--r-- | libgamma_crtc_set_gamma_rampsf_f.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgamma_crtc_set_gamma_rampsf_f.c b/libgamma_crtc_set_gamma_rampsf_f.c index a5a639f..da4db21 100644 --- a/libgamma_crtc_set_gamma_rampsf_f.c +++ b/libgamma_crtc_set_gamma_rampsf_f.c @@ -18,8 +18,7 @@ int libgamma_crtc_set_gamma_rampsf_f(libgamma_crtc_state_t *restrict this, libgamma_gamma_rampsf_fun *red_function, libgamma_gamma_rampsf_fun *green_function, libgamma_gamma_rampsf_fun *blue_function) { -#define TYPE float -#define RAMPS rampsf +#define TYPE float #define APPEND_RAMPS(X) X##rampsf #include "set_ramps_fun.h" } |