diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_gamma_rampsf_free.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_gamma_rampsf_free.c b/libgamma_gamma_rampsf_free.c index fdaf590..400f8a6 100644 --- a/libgamma_gamma_rampsf_free.c +++ b/libgamma_gamma_rampsf_free.c @@ -11,7 +11,7 @@ * @param this The gamma ramps */ void -libgamma_gamma_rampsf_free(libgamma_gamma_rampsf_t *restrict this) +libgamma_gamma_rampsf_free(struct libgamma_gamma_rampsf *restrict this) { free(this->red); free(this); |