From d8f756fd14e0e587a6512569b32e606f9d471a1e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 16 Apr 2019 15:43:53 +0200 Subject: [PATCH] style --- client/loclass/elite_crack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/loclass/elite_crack.c b/client/loclass/elite_crack.c index 7df30c696..a461557b1 100644 --- a/client/loclass/elite_crack.c +++ b/client/loclass/elite_crack.c @@ -504,8 +504,8 @@ int bruteforceDump(uint8_t dump[], size_t dumpsize, uint16_t keytable[]) { errors += bruteforceItem(*attack, keytable); } free(attack); - - PrintAndLogDevice(SUCCESS, "time: %" PRIu64 " seconds", (msclock() - t1) / 1000); + t1 = msclock() - t1; + PrintAndLogDevice(SUCCESS, "time: %" PRIu64 " seconds", t1 / 1000); // Pick out the first 16 bytes of the keytable. // The keytable is now in 16-bit ints, where the upper 8 bits