Fix compilation warnings in getopt.c

pull/573/head
Michael Black W9MDB 2021-02-26 11:17:35 -06:00
rodzic ce8e539d86
commit 6049f54ef4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -453,7 +453,7 @@ int long_only;
int exact = 0;
int ambig = 0;
const struct option *pfound = NULL;
int indfound;
int indfound=0;
int option_index;
while (*s && *s != '=')