From 1a16160534e1acb34b7b283b3daf814884449108 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 29 Mar 2021 10:48:46 +0200 Subject: [PATCH] text --- client/src/cmdhfthinfilm.c | 2 ++ client/src/cmdhftopaz.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdhfthinfilm.c b/client/src/cmdhfthinfilm.c index 48844b759..976e1314d 100644 --- a/client/src/cmdhfthinfilm.c +++ b/client/src/cmdhfthinfilm.c @@ -124,6 +124,8 @@ int infoThinFilm(bool verbose) { if (resp.status == PM3_SUCCESS) { if (resp.length == 16 || resp.length == 32) { + PrintAndLogEx(NORMAL, ""); + PrintAndLogEx(INFO, "--- " _CYAN_("Tag Information") " ---------------------------"); print_barcode(resp.data.asBytes, resp.length, verbose); } else { if (verbose) diff --git a/client/src/cmdhftopaz.c b/client/src/cmdhftopaz.c index 9f174ca9d..a6564ae17 100644 --- a/client/src/cmdhftopaz.c +++ b/client/src/cmdhftopaz.c @@ -614,7 +614,6 @@ int readTopazUid(bool verbose) { // printing PrintAndLogEx(NORMAL, ""); PrintAndLogEx(INFO, "--- " _CYAN_("Tag Information") " ---------------------------"); - PrintAndLogEx(INFO, "-------------------------------------------------------------"); PrintAndLogEx(SUCCESS, " UID: %02x %02x %02x %02x %02x %02x %02x", topaz_tag.uid[6], topaz_tag.uid[5],