From: cypherpunks Date: Fri, 24 Apr 2015 08:19:22 +0000 (+0200) Subject: Add missing newline in memwipe test. X-Git-Tag: tor-0.2.7.1-alpha~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26e0f8635af62eef115452e31d55e3f40fe1e90d;p=thirdparty%2Ftor.git Add missing newline in memwipe test. --- 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; } }