mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
fix coverity 205241
This commit is contained in:
parent
19a43d4726
commit
6e49d94a82
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ const char *optarg; /* argument associated with option */
|
|||
#define BADARG ((*options == ':') ? (int)':' : (int)'?')
|
||||
#define INORDER (int)1
|
||||
|
||||
#define EMSG ""
|
||||
#define EMSG " "
|
||||
|
||||
static int getopt_internal(int, char *const *, const char *,
|
||||
const struct option *, int *, int);
|
||||
|
|
Loading…
Reference in a new issue