summaryrefslogtreecommitdiff
path: root/src/frontend_common/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend_common/config.h')
-rw-r--r--src/frontend_common/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/frontend_common/config.h b/src/frontend_common/config.h
index e73cf6929..0c4d505b8 100644
--- a/src/frontend_common/config.h
+++ b/src/frontend_common/config.h
@@ -213,9 +213,8 @@ private:
213 const std::optional<bool>& use_global); 213 const std::optional<bool>& use_global);
214 void WriteString(const std::string& key, const std::string& value); 214 void WriteString(const std::string& key, const std::string& value);
215 215
216 inline static std::array<char, 19> special_characters = {'!', '#', '$', '%', '^', '&', '*', 216 inline static std::array<char, 18> special_characters = {
217 '|', ';', '\'', '\"', ',', '<', '.', 217 '!', '#', '$', '%', '^', '&', '*', '|', ';', '\'', '\"', ',', '<', '>', '?', '`', '~', '='};
218 '>', '?', '`', '~', '='};
219 218
220 struct ConfigArray { 219 struct ConfigArray {
221 std::string name; 220 std::string name;