corrected a wrong complication condition

This commit is contained in:
hyunghwan.chung 2017-12-16 16:27:27 +00:00
parent c64d56c268
commit 5132238bfd

View File

@ -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 ':':