aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.pdfbin144998 -> 144894 bytes
-rw-r--r--README.tex1
-rw-r--r--simple_test.c1
3 files changed, 2 insertions, 0 deletions
diff --git a/README.pdf b/README.pdf
index 8ff72c0..de7fbc8 100644
--- a/README.pdf
+++ b/README.pdf
Binary files differ
diff --git a/README.tex b/README.tex
index d2ba778..9a66a4b 100644
--- a/README.tex
+++ b/README.tex
@@ -81,6 +81,7 @@
keywordstyle=\color{Purple3},
stringstyle=\color{SpringGreen4},
numbers=left,
+ showstringspaces=false,
}
diff --git a/simple_test.c b/simple_test.c
index 9299eea..e57db38 100644
--- a/simple_test.c
+++ b/simple_test.c
@@ -46,6 +46,7 @@ TEST("this is the second test")
/* finally, call RETURN(); to run the
* cleanup code and continue */
+ RETURN();
}
END_TEST