Skip to content

Commit 18984e5

Browse files
author
Sriya Pratipati
committed
[libc] Added closing quote
Error message was missing a closing quote, added it.
1 parent 9c1ce31 commit 18984e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/hdr/types/mbstate_t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#else // Overlay mode
1717

18-
#error "Cannot overlay mbstate_t
18+
#error "Cannot overlay mbstate_t"
1919

2020
#endif // LLVM_LIBC_FULL_BUILD
2121

0 commit comments

Comments
 (0)