From 4c97a91dc085fba40e5a86c4da8feeffd15b1f8a Mon Sep 17 00:00:00 2001 From: sribee8 Date: Fri, 20 Jun 2025 14:00:56 -0700 Subject: [PATCH] [libc] Added closing quote (#145101) Error message was missing a closing quote, added it. Co-authored-by: Sriya Pratipati --- libc/hdr/types/mbstate_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/hdr/types/mbstate_t.h b/libc/hdr/types/mbstate_t.h index 367c6af7a3ff..d8fadceaaac8 100644 --- a/libc/hdr/types/mbstate_t.h +++ b/libc/hdr/types/mbstate_t.h @@ -15,7 +15,7 @@ #else // Overlay mode -#error "Cannot overlay mbstate_t +#error "Cannot overlay mbstate_t" #endif // LLVM_LIBC_FULL_BUILD