summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/char.h')
-rw-r--r--src/core/char.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/char.h b/src/core/char.h
index 7039563..69606a0 100644
--- a/src/core/char.h
+++ b/src/core/char.h
@@ -13,7 +13,8 @@ int ZoO_word_cmp
(
const ZoO_char word_a [const static 1],
const size_t word_a_size,
- const ZoO_char word_b [const static 1]
+ const ZoO_char word_b [const static 1],
+ const size_t word_b_size
);
/*