aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_gamma_ramps8_free.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgamma_gamma_ramps8_free.c')
-rw-r--r--libgamma_gamma_ramps8_free.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_gamma_ramps8_free.c b/libgamma_gamma_ramps8_free.c
index 78be13a..111958f 100644
--- a/libgamma_gamma_ramps8_free.c
+++ b/libgamma_gamma_ramps8_free.c
@@ -11,7 +11,7 @@
* @param this The gamma ramps
*/
void
-libgamma_gamma_ramps8_free(libgamma_gamma_ramps8_t *restrict this)
+libgamma_gamma_ramps8_free(struct libgamma_gamma_ramps8 *restrict this)
{
free(this->red);
free(this);