mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
coverity 263230
This commit is contained in:
parent
c2b448de0f
commit
f6c1e73378
1 changed files with 2 additions and 0 deletions
|
@ -188,10 +188,12 @@ static uint16_t printHexLine(uint16_t tracepos, uint16_t traceLen, uint8_t *trac
|
||||||
temp_str2,
|
temp_str2,
|
||||||
line);
|
line);
|
||||||
ret = tracepos;
|
ret = tracepos;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
PrintAndLogEx(NORMAL, "Currently only 14a supported");
|
PrintAndLogEx(NORMAL, "Currently only 14a supported");
|
||||||
ret = traceLen;
|
ret = traceLen;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue