]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/BigBuf.c
BUGS: more Coverity scan fixes.
[proxmark3-svn] / armsrc / BigBuf.c
index 2fb50a47ea2e4cee910a84c333f4f90d28153ece..51fafdebc22b3b872a8a6b1cba3a9f34bfc2567e 100644 (file)
@@ -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);
                }
Impressum, Datenschutz