changed error message when there an internal error in Cppcheck is found

This commit is contained in:
Daniel Marjamäki 2009-11-29 16:13:14 +01:00
parent e7d7507c65
commit f4943b8b9c
1 changed files with 1 additions and 1 deletions

View File

@ -4325,7 +4325,7 @@ void Tokenizer::cppcheckError(const Token *tok) const
const ErrorLogger::ErrorMessage errmsg(locationList,
"error",
"### A bug was found from cppcheck. Please report it.",
"### Internal error in Cppcheck. Please report it.",
"cppcheckError");
if (_errorLogger)