summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-04-24 10:19:22 +0200
committerNick Mathewson <nickm@Eboshi.local>2015-04-30 12:15:34 -0400
commit26e0f8635af62eef115452e31d55e3f40fe1e90d (patch)
treedc324a5915c673cb144374e0397b0ee769ddc593
parent7286a27cfc74ca81ed71a8579ded95b25564708a (diff)
downloadtor-26e0f8635af62eef115452e31d55e3f40fe1e90d.tar.gz
tor-26e0f8635af62eef115452e31d55e3f40fe1e90d.zip
Add missing newline in memwipe test.
-rw-r--r--src/test/test-memwipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c
index 815475a55e..cd3900e277 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;
}
}