about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJoe DF <joedf@live.ca>2019-12-17 16:03:51 -0500
committerJoe DF <joedf@live.ca>2019-12-17 16:03:51 -0500
commit88450878b4671c72726819ec30e627154bc8099f (patch)
tree40832885a6cc46fa28c59185465b54c4f77033b2
parent6cd83a8c8802f5f4cb28ee79fd30c05baf66442c (diff)
downloadbase64-88450878b4671c72726819ec30e627154bc8099f.tar.gz
Update test.c
-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;