]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.c
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / client / util.c
index 391b9b00c7629e6e4239873ee7d8bbdfc9f9d441..a64f46b98e815461c1eaf6aa18fb4fff0b81c973 100644 (file)
@@ -113,7 +113,7 @@ char *sprint_hex(const uint8_t *data, const size_t len) {
        int maxLen = ( len > 1024/3) ? 1024/3 : len;
        static char buf[1024];
        memset(buf, 0x00, 1024);
-       char *tmp = buf;
+       char * tmp = buf;
        size_t i;
 
        for (i=0; i < maxLen; ++i, tmp += 3)
Impressum, Datenschutz