Added command option --version

This commit is contained in:
Markus Kauppila 2011-07-04 20:46:06 +03:00
parent ec1a464da6
commit 891b80a6e0
3 changed files with 36 additions and 21 deletions

View file

@ -85,7 +85,7 @@ XMLOutputter(const int currentIdentLevel,
if(ValidateString(message)) {
int ident = 0;
for( ; ident < currentIdentLevel && prevEOL; ++ident) {
printf(" "); // \todo make configurable?
fprintf(stdout, " "); // \todo make configurable?
}
prevEOL = EOL;