diff options
Diffstat (limited to 'libgamma_gamma_ramps16_free.c')
-rw-r--r-- | libgamma_gamma_ramps16_free.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_gamma_ramps16_free.c b/libgamma_gamma_ramps16_free.c index 70b9368..0b9f21f 100644 --- a/libgamma_gamma_ramps16_free.c +++ b/libgamma_gamma_ramps16_free.c @@ -11,7 +11,7 @@ * @param this The gamma ramps */ void -libgamma_gamma_ramps16_free(libgamma_gamma_ramps16_t *restrict this) +libgamma_gamma_ramps16_free(struct libgamma_gamma_ramps16 *restrict this) { free(this->red); free(this); |