corrected a wrong complication condition
This commit is contained in:
parent
c64d56c268
commit
5132238bfd
@ -2207,11 +2207,13 @@ int main (int argc, char* argv[])
|
||||
break;
|
||||
|
||||
case '\0':
|
||||
#if !defined(NDEBUG)
|
||||
if (moo_compbcstr(opt.lngopt, "debug") == 0)
|
||||
{
|
||||
dbgopt = opt.arg;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
goto print_usage;
|
||||
|
||||
case ':':
|
||||
|
Loading…
Reference in New Issue
Block a user