mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07: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;
|
int errorcode = 0;
|
||||||
const TRexChar *error = NULL;
|
const TRexChar *error = NULL;
|
||||||
TRex *rex = NULL;
|
TRex *rex = NULL;
|
||||||
TRexBool is_match = TRex_False;
|
TRexBool is_match;
|
||||||
|
|
||||||
if (parent->count == parent->hdr.maxcount) {
|
if (parent->count == parent->hdr.maxcount) {
|
||||||
/* maximum number of arguments exceeded */
|
/* maximum number of arguments exceeded */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue