From ff6d3da363eca4ea1e169ee002f4be431aaee696 Mon Sep 17 00:00:00 2001 From: jsteube Date: Mon, 26 Sep 2016 23:50:16 +0200 Subject: [PATCH] Added a newline to final status in case one or more hashes were cracked --- src/hashcat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hashcat.c b/src/hashcat.c index d7d9db747..2bd358e5e 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -1632,6 +1632,8 @@ static int inner1_loop (user_options_t *user_options, user_options_extra_t *user { clear_prompt (); + if (hashes->digests_saved != hashes->digests_done) log_info (""); + status_display (opencl_ctx, hashconfig, hashes, restore_ctx, user_options, user_options_extra, rules_ctx, mask_ctx); log_info ("");