[tor/master] Add missing newline in memwipe test.

30 Apr
2015
30 Apr
'15
4:16 p.m.
commit 26e0f8635af62eef115452e31d55e3f40fe1e90d Author: cypherpunks <cypherpunks@torproject.org> Date: Fri Apr 24 10:19:22 2015 +0200 Add missing newline in memwipe test. --- src/test/test-memwipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c index 815475a..cd3900e 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; } }
3690
Age (days ago)
3690
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org