mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
typos
This commit is contained in:
parent
0ed66781a7
commit
88308ea727
98 changed files with 271 additions and 271 deletions
|
@ -4356,7 +4356,7 @@ int arg_parse(int argc, char * *argv, void * *argtable) {
|
|||
/* parse the command line (local copy) for untagged options */
|
||||
arg_parse_untagged(argc, argvcopy, table, endtable);
|
||||
|
||||
/* if no errors so far then perform post-parse checks otherwise dont bother */
|
||||
/* if no errors so far then perform post-parse checks otherwise don't bother */
|
||||
if (endtable->count == 0)
|
||||
arg_parse_check(table, endtable);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue