diff options
Diffstat (limited to '')
-rw-r--r-- | librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h b/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h index 2ba9065..aa6f4ce 100644 --- a/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h +++ b/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h @@ -27,8 +27,8 @@ typedef struct rtgrpblib_raster RTGRPBLIB_RASTER; * * @param width The width of the buffer * @param height The height of the buffer - * @return Drawing buffer, which can be deallocated with (3), - * or `NULL` on failure + * @return Drawing buffer, which can be deallocated with + * free(3), or `NULL` on failure * * @throws EINVAL `width` or `height` is zero * @throws ENOMEM Cannot allocate enough memory |