mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix a minor doc issue in cachegrind manual example
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16444
This commit is contained in:
parent
1496c7075a
commit
95e6e0d364
@ -1134,7 +1134,7 @@ switch (e)
|
||||
<programlisting><![CDATA[
|
||||
enum E { A, B, C };
|
||||
enum E e;
|
||||
enum E table[] = { 1, 2, 3 };
|
||||
int table[] = { 1, 2, 3 };
|
||||
int i;
|
||||
...
|
||||
i += table[e];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user