From 535559a140a2f6d1aadd0d4f5c14f26477e08d3f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 3 May 2019 11:25:55 +0200 Subject: [PATCH] textual --- client/flasher.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/flasher.c b/client/flasher.c index 874717215..844b7accf 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -99,14 +99,13 @@ int main(int argc, char **argv) { PrintAndLogEx(NORMAL, "\n"); } - PrintAndLogEx(SUCCESS, _BLUE_("Resetting hardware...")); - res = flash_stop_flashing(); if (res < 0) return -1; CloseProxmark(); - PrintAndLogEx(SUCCESS, _BLUE_("All done.") "\n\nHave a nice day!"); + PrintAndLogEx(SUCCESS, _BLUE_("All done.")); + PrintAndLogEx(SUCCESS, "\nHave a nice day!"); return 0; }