aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DBCS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DBCS.h b/src/DBCS.h
index 96d282446..ccd71536a 100644
--- a/src/DBCS.h
+++ b/src/DBCS.h
@@ -37,7 +37,7 @@ constexpr uint16_t DBCSIndex(char ch1, char ch2) noexcept {
}
struct DBCSPair {
- char chars[2];
+ char chars[2]{};
};
using FoldMap = std::array<DBCSPair, 0x8000>;