diff options
Diffstat (limited to 'Zend/zend_indent.c')
-rw-r--r-- | Zend/zend_indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_indent.c b/Zend/zend_indent.c index b5884c72c0..22cc4d2b9e 100644 --- a/Zend/zend_indent.c +++ b/Zend/zend_indent.c @@ -34,7 +34,7 @@ static void handle_whitespace(unsigned int *emit_whitespace) { unsigned char c; - int i; + unsigned int i; for (c=0; c<128; c++) { if (emit_whitespace[c]>0) { |