Browse Source

Add missing newline in memwipe test.

cypherpunks 9 years ago
parent
commit
26e0f8635a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test-memwipe.c

+ 1 - 1
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;
   }
 }