From 5888b65bd4b5028e200fe568fee9f9d6e9186628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 3 Feb 2015 17:50:32 +0100 Subject: [PATCH] fixed --check-library information message --- lib/checkleakautovar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkleakautovar.cpp b/lib/checkleakautovar.cpp index 694a84c68..6cef37c10 100644 --- a/lib/checkleakautovar.cpp +++ b/lib/checkleakautovar.cpp @@ -92,7 +92,7 @@ void CheckLeakAutoVar::configurationInfo(const Token* tok, const std::string &fu reportError(tok, Severity::information, "checkLibraryUseIgnore", - "--check-library: Function " + functionName + "() should have / configuration"); + "--check-library: Function " + functionName + "() should have / configuration"); } }