diff options
author | shmibs <shmibs@gmail.com> | 2015-12-19 01:53:12 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2015-12-19 01:53:12 -0700 |
commit | 011d01f447ae1e6c8ea5c0d7386908968ccdb344 (patch) | |
tree | d85f79f9d8b758fa0b983c946ec811e82f167606 | |
parent | 8aea0b1ca3f59106363207cb412fba8fafdeefee (diff) | |
download | simple-test-011d01f447ae1e6c8ea5c0d7386908968ccdb344.tar.gz |
fix incorrect line number
-rw-r--r-- | doc/usage.pdf | bin | 102190 -> 102190 bytes | |||
-rw-r--r-- | doc/usage.tex | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.pdf b/doc/usage.pdf Binary files differindex 0ffcd3c..efdfaf7 100644 --- a/doc/usage.pdf +++ b/doc/usage.pdf diff --git a/doc/usage.tex b/doc/usage.tex index f8cde5d..ab8b3d6 100644 --- a/doc/usage.tex +++ b/doc/usage.tex @@ -113,7 +113,7 @@ \mytermrow{ }{\color{DodgerBlue2}checking strs at i == 0...} \mytermrow{ }{\color{DodgerBlue2}checking strs at i == 1...} \mytermrow{ }{\color{DodgerBlue2}checking strs at i == 2...} - \mytermrow{ }{\textbf{a\_simple\_example.c:40: \textcolor{Red1}{fail:}} strings unequal} + \mytermrow{ }{\textbf{a\_simple\_example.c:41: \textcolor{Red1}{fail:}} strings unequal} \mytermrow{ }{\ \ \textbf{array1[i]} == `str3'} \mytermrow{ }{\ \ \textbf{array2[i]} == `different'} \end{tabular*} |