diff options
Diffstat (limited to 'libgamma_gamma_rampsf_destroy.c')
-rw-r--r-- | libgamma_gamma_rampsf_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_gamma_rampsf_destroy.c b/libgamma_gamma_rampsf_destroy.c index 0b184d7..064a241 100644 --- a/libgamma_gamma_rampsf_destroy.c +++ b/libgamma_gamma_rampsf_destroy.c @@ -10,7 +10,7 @@ * @param this The gamma ramps */ void -libgamma_gamma_rampsf_destroy(libgamma_gamma_rampsf_t *restrict this) +libgamma_gamma_rampsf_destroy(struct libgamma_gamma_rampsf *restrict this) { free(this->red); } |