diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-04-24 10:19:22 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@Eboshi.local> | 2015-04-30 12:15:34 -0400 |
commit | 26e0f8635af62eef115452e31d55e3f40fe1e90d (patch) | |
tree | dc324a5915c673cb144374e0397b0ee769ddc593 | |
parent | 7286a27cfc74ca81ed71a8579ded95b25564708a (diff) | |
download | tor-26e0f8635af62eef115452e31d55e3f40fe1e90d.tar.gz tor-26e0f8635af62eef115452e31d55e3f40fe1e90d.zip |
Add missing newline in memwipe test.
-rw-r--r-- | src/test/test-memwipe.c | 2 |
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; } } |