commit 26e0f8635af62eef115452e31d55e3f40fe1e90d
Author: cypherpunks <cypherpu...@torproject.org>
Date:   Fri Apr 24 10:19:22 2015 +0200

    Add missing newline in memwipe test.
---
 src/test/test-memwipe.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c
index 815475a..cd3900e 100644
--- a/src/test/test-memwipe.c
+++ b/src/test/test-memwipe.c
@@ -200,7 +200,7 @@ main(int argc, char **argv)
     printf("ERROR: memwipe does not wipe data!\n");
     return 1;
   } else {
-    printf("OKAY: memwipe seems to work.");
+    printf("OKAY: memwipe seems to work.\n");
     return 0;
   }
 }

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to