X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_random.c;h=ccafe5c28dc6e56da5209f7e6790c0f154af56bd;hb=44bb43b90d7aad1878b20b6c9df848b998820374;hp=d3f2ee303ff09bcd8a9dfe6d93dc19518fb451be;hpb=e16562d4f4180c1364181c92d6d8f285f322f12c;p=tfcrypt.git diff --git a/tfc_random.c b/tfc_random.c index d3f2ee3..ccafe5c 100644 --- a/tfc_random.c +++ b/tfc_random.c @@ -181,8 +181,10 @@ _wagain: lio = xwrite(fd, pblk, lrem); } if (verbose) tfc_esay("done!"); - if (verbose || status_timer) print_crypt_status(0); - if (verbose) tfc_esay("\n"); + if (verbose || status_timer) { + print_crypt_status(0); + tfc_esay("\n"); + } xclose(fd); xexit(0);