From 169cfc13243193ea3164943a9b4349e153c4442c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 12 Jun 2009 15:30:29 +0200 Subject: [PATCH] doc: minor update. The [BR] is not working as I thought --- src/checkautovariables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkautovariables.h b/src/checkautovariables.h index 40c7e9c24..ba29fbf3d 100644 --- a/src/checkautovariables.h +++ b/src/checkautovariables.h @@ -79,7 +79,7 @@ private: std::string classInfo() const { return "Auto variables are deallocated when they go out of scope. " - "A pointer to an auto variable is therefore only valid as long as the auto variable is in scope.[BR]\n" + "A pointer to an auto variable is therefore only valid as long as the auto variable is in scope.\n" "Check:\n" " * returning a pointer to auto variable\n" " * assignment of an auto-variable to an effective parameter of a function\n";