fix coverity 205241

This commit is contained in:
iceman1001 2020-03-25 16:35:31 +01:00
parent 19a43d4726
commit 6e49d94a82

View file

@ -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);