From: Martin Holst Swende Date: Sun, 15 Nov 2015 12:20:51 +0000 (+0100) Subject: Merge pull request #144 from dnet/makefile-paren-fix X-Git-Tag: v2.3.0~16 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/fa0503b03f06bc917b5dcb00d08334cc9c3c68dc?hp=16f54ead2a3c976928d15fcedac486fbfadefa44 Merge pull request #144 from dnet/makefile-paren-fix fixed target "help" in Makefile --- diff --git a/client/cmdhf14a.c b/client/cmdhf14a.c index cba179ec..81716db3 100644 --- a/client/cmdhf14a.c +++ b/client/cmdhf14a.c @@ -352,16 +352,16 @@ int CmdHF14AReader(const char *Cmd) PrintAndLog(" x0 -> <1 kByte"); break; case 0x01: - PrintAndLog(" x0 -> 1 kByte"); + PrintAndLog(" x1 -> 1 kByte"); break; case 0x02: - PrintAndLog(" x0 -> 2 kByte"); + PrintAndLog(" x2 -> 2 kByte"); break; case 0x03: - PrintAndLog(" x0 -> 4 kByte"); + PrintAndLog(" x3 -> 4 kByte"); break; case 0x04: - PrintAndLog(" x0 -> 8 kByte"); + PrintAndLog(" x4 -> 8 kByte"); break; } switch (card.ats[pos + 3] & 0xf0) {