mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
style
This commit is contained in:
parent
e30dbf3ecd
commit
1c4a7709da
1 changed files with 1 additions and 1 deletions
|
@ -2552,7 +2552,7 @@ static int arg_rex_scanfn(struct arg_rex *parent, const char *argval) {
|
|||
int errorcode = 0;
|
||||
const TRexChar *error = NULL;
|
||||
TRex *rex = NULL;
|
||||
TRexBool is_match = TRex_False;
|
||||
TRexBool is_match;
|
||||
|
||||
if (parent->count == parent->hdr.maxcount) {
|
||||
/* maximum number of arguments exceeded */
|
||||
|
|
Loading…
Reference in a new issue