diff options
author | Mattias Andrée <maandree@kth.se> | 2021-03-07 22:51:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-03-07 22:51:21 +0100 |
commit | baa6a1cf7979c095c1081daa2a2d1134c76d2f1b (patch) | |
tree | d0525238a334091eb4d241b0b83da1a4a1793d5b /libgamma_gamma_rampsd_destroy.c | |
parent | Start replacing info manual with man pages (diff) | |
download | libgamma-baa6a1cf7979c095c1081daa2a2d1134c76d2f1b.tar.gz libgamma-baa6a1cf7979c095c1081daa2a2d1134c76d2f1b.tar.bz2 libgamma-baa6a1cf7979c095c1081daa2a2d1134c76d2f1b.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libgamma_gamma_rampsd_destroy.c')
-rw-r--r-- | libgamma_gamma_rampsd_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_gamma_rampsd_destroy.c b/libgamma_gamma_rampsd_destroy.c index 47e27f3..f88e1ce 100644 --- a/libgamma_gamma_rampsd_destroy.c +++ b/libgamma_gamma_rampsd_destroy.c @@ -10,7 +10,7 @@ * @param this The gamma ramps */ void -libgamma_gamma_rampsd_destroy(libgamma_gamma_rampsd_t *restrict this) +libgamma_gamma_rampsd_destroy(struct libgamma_gamma_rampsd *restrict this) { free(this->red); } |