Commit 26e0f863 authored by cypherpunks's avatar cypherpunks Committed by Nick Mathewson
Browse files

Add missing newline in memwipe test.

parent 7286a27c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }
}