added a comment

This commit is contained in:
Davis King 2012-11-18 00:34:21 -05:00
parent 5e308fde05
commit e7baa76655
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ int main(int argc, char** argv)
}
doc_handler dh;
// Now run the parser and tell it to call our doc_handler for each of the parsing
// events.
parse_xml(argv[1], dh);
}
catch (std::exception& e)