BADOPTION -> BAD

This commit is contained in:
Nicholas J. Kain 2011-07-25 03:45:05 -04:00
parent 8caf9e7d7a
commit e4a4c58856

View File

@ -77,7 +77,7 @@ enum option_type option_type(uint8_t code)
return OPTION_NONE;
}
static const char bad_option_name[] = "BADOPTION";
static const char bad_option_name[] = "BAD";
const char *option_name(uint8_t code)
{
for (int i = 0; options[i].code; ++i)