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