From b9cae72b6bc27546468f8ebfcb932e948dc1166a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 4 Oct 2009 13:49:17 +0200 Subject: [PATCH] doc: fixed linebreak in previous commit 6aea2faacd --- src/checkother.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkother.h b/src/checkother.h index a3428b6eb..f70bd5984 100644 --- a/src/checkother.h +++ b/src/checkother.h @@ -195,7 +195,7 @@ public: " * passing parameter by value\n" " * [[IncompleteStatement|Incomplete statement]]\n" " * [[charvar|check how signed char variables are used]]\n" - " * variable scope can be limited" + " * variable scope can be limited\n" " * condition that is always true/false\n" " * unusal pointer arithmetic. For example: \"abc\" + 'd'\n"