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