aboutsummaryrefslogtreecommitdiff
path: root/zencore/base64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/base64.cpp')
-rw-r--r--zencore/base64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/base64.cpp b/zencore/base64.cpp
index 0448d7c2f..b97dfebbf 100644
--- a/zencore/base64.cpp
+++ b/zencore/base64.cpp
@@ -30,7 +30,7 @@ static const uint8_t DecodingAlphabet[256] = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, // 0xe0-0xef
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF // 0xf0-0xff
};
-#endif // 0
+#endif // 0
template<typename CharType>
uint32_t