manual: updated error message to match latest versions

This commit is contained in:
Daniel Marjamäki 2010-05-08 10:24:40 +02:00
parent e185a7dd78
commit 7e3c2223cc
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
<para>The output from cppcheck will then be:</para>
<programlisting>Checking file1.c...
[file1.c:4]: (error) Array index out of bounds</programlisting>
[file1.c:4]: (error) Array 'a[10]' index 10 out of bounds</programlisting>
</section>
<section>