From ffe849fb93e431039fa2a125a0b0b30a50a43d40 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 5 Sep 2019 23:34:51 +0200 Subject: [PATCH] fixing compilation bug in iclass --- client/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index bed919cc9..1580f40f6 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -78,7 +78,7 @@ static int usage_hf_iclass_decrypt(void) { PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Usage: hf iclass decrypt d f k "); PrintAndLogEx(NORMAL, " options"); - PrintAndLogEx(NORMAL, " d 16 bytes hex") + PrintAndLogEx(NORMAL, " d 16 bytes hex"); PrintAndLogEx(NORMAL, " f filename of dump"); PrintAndLogEx(NORMAL, " k 16 bytes hex"); PrintAndLogEx(NORMAL, "");