diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-20 14:42:28 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-20 14:42:28 +0200 |
commit | 93bcc4a785261c02a6e46e4c8214a72790e4a192 (patch) | |
tree | 360c9e4837cb5d01b9a6033aba4424bcb6857e58 /src/libcoopgamma.c | |
parent | m ref (diff) | |
download | libcoopgamma-93bcc4a785261c02a6e46e4c8214a72790e4a192.tar.gz libcoopgamma-93bcc4a785261c02a6e46e4c8214a72790e4a192.tar.bz2 libcoopgamma-93bcc4a785261c02a6e46e4c8214a72790e4a192.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/libcoopgamma.c')
-rw-r--r-- | src/libcoopgamma.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c index 9cf6b2a..dc3b4e3 100644 --- a/src/libcoopgamma.c +++ b/src/libcoopgamma.c @@ -190,8 +190,9 @@ int libcoopgamma_ramps_initialise_(void* restrict this, size_t width) /** * Release all resources allocated to a `libcoopgamma_ramps8_t`, `libcoopgamma_ramps16_t`, - * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, or - * `libcoopgamma_rampsd_t`, the allocation of the record itself is not freed + * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, + * `libcoopgamma_rampsd_t`, or `libcoopgamma_ramps_t`, the allocation of the record + * itself is not freed * * Always call this function after failed call to `libcoopgamma_ramps_initialise` * or failed call to `libcoopgamma_ramps_unmarshal` |