Skip to content

Commit 4c97a91

Browse files
sribee8Sriya Pratipati
andauthored
[libc] Added closing quote (#145101)
Error message was missing a closing quote, added it. Co-authored-by: Sriya Pratipati <[email protected]>
1 parent 9c1ce31 commit 4c97a91

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)