add terminating quote

This commit is contained in:
Daan 2024-03-02 15:26:42 -08:00
parent 98abfe042c
commit 5634527fae
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ static inline mi_heap_t* mi_prim_get_default_heap(void);
#if defined(MI_TLS_SLOT)
# if !defined(MI_HAS_TLS_SLOT)
# error "trying to use a TLS slot for the default heap, but the mi_prim_tls_slot primitives are not defined
# error "trying to use a TLS slot for the default heap, but the mi_prim_tls_slot primitives are not defined"
# endif
static inline mi_heap_t* mi_prim_get_default_heap(void) {