diff options
Diffstat (limited to 'include/serd/serd.h')
-rw-r--r-- | include/serd/serd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h index fe610fc5..f67752a5 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -109,8 +109,8 @@ typedef uint32_t SerdNodeFlags; of strings in-place and to avoid redundant string measurement. */ typedef struct { - const char* SERD_NULLABLE buf; ///< Start of string - size_t len; ///< Length of string in bytes + const char* SERD_NONNULL buf; ///< Start of string + size_t len; ///< Length of string in bytes } SerdStringView; #ifdef __cplusplus |