fix getopt return value

This commit is contained in:
iceman1001 2024-01-02 23:24:07 +01:00
parent fc54e61890
commit f0f9656e96

View file

@ -43,7 +43,7 @@ int main(int argc, char **argv) {
char op = '\0';
bool lenient = false;
char c;
int c;
while ((c = getopt(argc, argv, "edci:s:o:k:l")) != -1) {
switch (c) {
case 'e':