From: marshmellow42 Date: Tue, 6 Jun 2017 16:57:11 +0000 (-0400) Subject: needs a ; ... ... X-Git-Tag: v3.0.1~6^2^2~3 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b4810303f51bb3b894b3571acb44015367e9d1c0 needs a ; ... ... ... --- diff --git a/client/cmdhf14a.c b/client/cmdhf14a.c index fc6dcff7..58d1e8b2 100644 --- a/client/cmdhf14a.c +++ b/client/cmdhf14a.c @@ -661,7 +661,7 @@ int CmdHF14ACmdRaw(const char *cmd) { PrintAndLog("Buffer is full, we can't add CRC to your data"); break; } else { - datalen++ + datalen++; } } continue;