From 8ddedcb140a73cb04c6106e91b1852d77ef36779 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Wed, 20 Feb 2019 17:54:05 +0200 Subject: [PATCH] typo --- client/emv/cmdemv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/emv/cmdemv.c b/client/emv/cmdemv.c index e2988e1e7..3200d84b0 100644 --- a/client/emv/cmdemv.c +++ b/client/emv/cmdemv.c @@ -1199,7 +1199,7 @@ int CmdEMVExec(const char *cmd) { dreturn(7); } - // process Format1 (0x80) anf print Format2 (0x77) + // process Format1 (0x80) and print Format2 (0x77) ProcessACResponseFormat1(tlvRoot, buf, len, decodeTLV); uint8_t CID = 0;