diff options
Diffstat (limited to 'libgamma_gamma_ramps16_destroy.c')
| -rw-r--r-- | libgamma_gamma_ramps16_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_gamma_ramps16_destroy.c b/libgamma_gamma_ramps16_destroy.c index 09a00f1..6afa1c4 100644 --- a/libgamma_gamma_ramps16_destroy.c +++ b/libgamma_gamma_ramps16_destroy.c @@ -10,7 +10,7 @@ * @param this The gamma ramps */ void -libgamma_gamma_ramps16_destroy(libgamma_gamma_ramps16_t *restrict this) +libgamma_gamma_ramps16_destroy(struct libgamma_gamma_ramps16 *restrict this) { free(this->red); } |
