mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 00:28:07 +08:00
coverity nags
This commit is contained in:
parent
53e090e443
commit
3720ff144d
1 changed files with 2 additions and 1 deletions
|
@ -261,8 +261,9 @@ void printT55xxConfig(void) {
|
||||||
else
|
else
|
||||||
PRN_NA;
|
PRN_NA;
|
||||||
|
|
||||||
|
// remove last space
|
||||||
s[strlen(s)] = 0;
|
s[strlen(s)] = 0;
|
||||||
DbpString(s);
|
DbpStringEx(FLAG_LOG, s, sizeof(s));
|
||||||
}
|
}
|
||||||
DbpString("");
|
DbpString("");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue