diff options
Diffstat (limited to 'include/serd/memory.h')
-rw-r--r-- | include/serd/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serd/memory.h b/include/serd/memory.h index 1bbd649c..0e50c4e3 100644 --- a/include/serd/memory.h +++ b/include/serd/memory.h @@ -22,7 +22,7 @@ SERD_BEGIN_DECLS to the standard C free() function. */ SERD_API void -serd_free(void* SERD_NULLABLE ptr); +serd_free(void* ZIX_NULLABLE ptr); /** @} |