Loading src/test/test-memwipe.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
src/test/test-memwipe.c +1 −1 Original line number Diff line number Diff line Loading @@ -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