X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fb2d24882e31c4a9915a87e28081c3f7d6f3bea4..9783989b400be4ed19cbf12defa4d6dbcdcd9fc8:/armsrc/BigBuf.c?ds=sidebyside

diff --git a/armsrc/BigBuf.c b/armsrc/BigBuf.c
index 2fb50a47..51fafdeb 100644
--- a/armsrc/BigBuf.c
+++ b/armsrc/BigBuf.c
@@ -173,7 +173,7 @@ bool RAMFUNC LogTrace(const uint8_t *btBytes, uint16_t iLen, uint32_t timestamp_
 	// parity bytes
 	if (iLen != 0) {
 		if (parity != NULL) {
-		memcpy(trace + traceLen, parity, num_paritybytes);
+			memcpy(trace + traceLen, parity, num_paritybytes);
 		} else {
 			memset(trace + traceLen, 0x00, num_paritybytes);
 		}