[libc-commits] [libc] [libc] Added closing quote (PR #145101)

via libc-commits libc-commits at lists.llvm.org
Fri Jun 20 14:00:53 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (sribee8)

<details>
<summary>Changes</summary>

Error message was missing a closing quote, added it.

---
Full diff: https://github.com/llvm/llvm-project/pull/145101.diff


1 Files Affected:

- (modified) libc/hdr/types/mbstate_t.h (+1-1) 


``````````diff
diff --git a/libc/hdr/types/mbstate_t.h b/libc/hdr/types/mbstate_t.h
index 367c6af7a3ffb..d8fadceaaac8d 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
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/145101


More information about the libc-commits mailing list