diff --git a/headers/posix/wchar.h b/headers/posix/wchar.h index eebc4e5bba..8b4f79e3eb 100644 --- a/headers/posix/wchar.h +++ b/headers/posix/wchar.h @@ -30,7 +30,7 @@ typedef struct { void* converter; char charset[64]; unsigned int count; - char data[1024 + 8]; // 1024 bytes for data, 8 for alignment space + char data[1024 + 8]; /* 1024 bytes for data, 8 for alignment space */ } mbstate_t;