]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.c
CHG: syntax suger
[proxmark3-svn] / client / cmdhf14a.c
index b1e894cda2abf270e960ba73fdc066de2984f032..88fb322ec7dd1425b214fb347e669f4456b069af 100644 (file)
@@ -184,7 +184,7 @@ int CmdHF14AReader(const char *Cmd) {
        clearCommandBuffer();
        SendCommand(&c);
        UsbCommand resp;
-       WaitForResponse(CMD_ACK,&resp);
+       WaitForResponse(CMD_ACK, &resp);
        
        iso14a_card_select_t card;
        memcpy(&card, (iso14a_card_select_t *)resp.d.asBytes, sizeof(iso14a_card_select_t));
Impressum, Datenschutz