summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/knowledge.c')
-rw-r--r--src/core/knowledge.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/knowledge.c b/src/core/knowledge.c
index a2bf708..4980fdd 100644
--- a/src/core/knowledge.c
+++ b/src/core/knowledge.c
@@ -10,8 +10,8 @@
/** Basic functions of the ZoO_knowledge structure ****************************/
/* XXX: are we as close to immutable as we want to be? */
-unsigned int const ZoO_knowledge_punctuation_chars_count = 7;
-const ZoO_char const ZoO_knowledge_punctuation_chars[7] =
+unsigned int const ZoO_knowledge_punctuation_chars_count = 8;
+const ZoO_char const ZoO_knowledge_punctuation_chars[8] =
{
'!',
',',
@@ -19,7 +19,8 @@ const ZoO_char const ZoO_knowledge_punctuation_chars[7] =
':',
';',
'?',
- '~'
+ '~',
+ '\001'
};
/* XXX: are we as close to immutable as we want to be? */