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