Need to return a value here

develop
Quietust 2012-03-18 14:42:36 -05:00
parent a40c386cef
commit cf58876a8e
1 changed files with 1 additions and 0 deletions

@ -440,6 +440,7 @@ static command_result ListEnums(color_ostream &stream,
ENUM(profession);
return CR_OK;
#undef ENUM
#undef BITFIELD
}