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;
|
break;
|
||||||
|
|
||||||
case '\0':
|
case '\0':
|
||||||
|
#if !defined(NDEBUG)
|
||||||
if (moo_compbcstr(opt.lngopt, "debug") == 0)
|
if (moo_compbcstr(opt.lngopt, "debug") == 0)
|
||||||
{
|
{
|
||||||
dbgopt = opt.arg;
|
dbgopt = opt.arg;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
goto print_usage;
|
goto print_usage;
|
||||||
|
|
||||||
case ':':
|
case ':':
|
||||||
|
Loading…
Reference in New Issue
Block a user