From 5634527fae4827d1ed470e093c2bac403cf82aaf Mon Sep 17 00:00:00 2001 From: Daan Date: Sat, 2 Mar 2024 15:26:42 -0800 Subject: [PATCH] add terminating quote --- include/mimalloc/prim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mimalloc/prim.h b/include/mimalloc/prim.h index 830b36c4..1a6adcc7 100644 --- a/include/mimalloc/prim.h +++ b/include/mimalloc/prim.h @@ -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) {