From 3581cd6d4c83db19a183ed7d64a71b4f8e2f1dbd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 29 Jul 2020 15:28:42 +0200 Subject: [PATCH] textual --- client/src/cmdhficlass.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 0c3c1c7ec..fc79a7689 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -1772,6 +1772,7 @@ write_dump: PrintAndLogEx(HINT, "Try `" _YELLOW_("hf iclass decrypt") "` to decrypt dump file"); PrintAndLogEx(HINT, "Try `" _YELLOW_("hf iclass view") "` to view dump file"); + PrintAndLogEx(NORMAL, ""); return PM3_SUCCESS; }