about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index 11d918b..b08b546 100644
--- a/test.c
+++ b/test.c
@@ -64,6 +64,7 @@ int main() {
 	test_b64_text_encode();
 	puts("\nTesting test_b64_text_decode() ...\n");
 	test_b64_text_decode();
+	puts("------------------------------------");
 	printf("\n[END] Test score: %g%% (%d/%d)\n",PERCENT(testScore,testTotal),testScore,testTotal);
 
 	return 0;