mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Add missing newline in memwipe test.
This commit is contained in:
parent
7286a27cfc
commit
26e0f8635a
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user