Skip to content

Commit 409b55c

Browse files
author
Sriya Pratipati
committed
[libc] Fixed missing quote in mbstate_t
Missing quote in the error message, added it.
1 parent c8eae21 commit 409b55c

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)