Fixed #824 (Exit code of cppcheck)

This commit is contained in:
Daniel Marjamäki 2010-02-06 19:47:08 +01:00
parent bdfad4eb3f
commit ebf36c1150
1 changed files with 2 additions and 0 deletions

View File

@ -331,6 +331,8 @@ void CppCheck::parseFromArgs(int argc, const char* const argv[])
tokenizer.getErrorMessages();
std::cout << ErrorLogger::ErrorMessage::getXMLFooter() << std::endl;
return;
}
// documentation..