mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style
This commit is contained in:
parent
1ee3679a98
commit
3207aaea67
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ static int CmdrevengSearch(const char *Cmd) {
|
||||||
uint8_t width[NMODELS] = {0};
|
uint8_t width[NMODELS] = {0};
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
uint8_t crcChars = 0;
|
uint8_t crcChars;
|
||||||
char result[30];
|
char result[30];
|
||||||
char revResult[30];
|
char revResult[30];
|
||||||
int ans = GetModels(Models, &count, width);
|
int ans = GetModels(Models, &count, width);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue