[tor-commits] [tor/master] Add missing newline in memwipe test.
    nickm at torproject.org 
    nickm at torproject.org
       
    Thu Apr 30 16:16:48 UTC 2015
    
    
  
commit 26e0f8635af62eef115452e31d55e3f40fe1e90d
Author: cypherpunks <cypherpunks at 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;
   }
 }
    
    
More information about the tor-commits
mailing list