Cast indentation counter to int to fix compilation on Mac OS X
commit640d73b7db3b296727950f3c23ac49d61babde70
authorJonas Fonseca <fonseca@diku.dk>
Sun, 3 Dec 2006 19:45:01 +0000 (3 20:45 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Sun, 3 Dec 2006 19:45:01 +0000 (3 20:45 +0100)
treed63b87543f9f373f3854f62034c7f7560a5ba90b
parent7894e30ace79ed30205ec2b364d3be7e5ad424cb
Cast indentation counter to int to fix compilation on Mac OS X

The error was:

sgml-parser.c: In function 'print_indent':
sgml-parser.c:99: warning: field precision should have type 'int', but argument 2 has type 'long unsigned int'
src/dom/test/sgml-parser.c