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