From 7e3c2223cc59b69e3fb0a2c0825d0ef35e3e6f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 8 May 2010 10:24:40 +0200 Subject: [PATCH] manual: updated error message to match latest versions --- man/manual.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/manual.docbook b/man/manual.docbook index c542fcfc8..32eecae99 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -71,7 +71,7 @@ The output from cppcheck will then be: Checking file1.c... -[file1.c:4]: (error) Array index out of bounds +[file1.c:4]: (error) Array 'a[10]' index 10 out of bounds