]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing newline in memwipe test.
authorcypherpunks <cypherpunks@torproject.org>
Fri, 24 Apr 2015 08:19:22 +0000 (10:19 +0200)
committerNick Mathewson <nickm@Eboshi.local>
Thu, 30 Apr 2015 16:15:34 +0000 (12:15 -0400)
src/test/test-memwipe.c

index 815475a55ea5cf4b05ca1194ed5669e7caeea0c7..cd3900e277c26021a9d82d7ec91e5df052c199b9 100644 (file)
@@ -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;
   }
 }