summaryrefslogtreecommitdiff
path: root/expat/lib/xmltok_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'expat/lib/xmltok_impl.c')
-rw-r--r--expat/lib/xmltok_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/lib/xmltok_impl.c b/expat/lib/xmltok_impl.c
index 1971d74b..239a2d06 100644
--- a/expat/lib/xmltok_impl.c
+++ b/expat/lib/xmltok_impl.c
@@ -126,7 +126,7 @@
# endif
# define HAS_CHARS(enc, ptr, end, count) \
- ((end) - (ptr) >= ((count)*MINBPC(enc)))
+ ((end) - (ptr) >= ((count) * MINBPC(enc)))
# define HAS_CHAR(enc, ptr, end) HAS_CHARS(enc, ptr, end, 1)