Don't shadow the 'allowed' variable

This commit is contained in:
Kevin Lussier 2018-06-14 15:25:50 -07:00
parent e5faf13b59
commit 6d0fd96bc2

View File

@ -1962,7 +1962,7 @@ Options::help_one_group(const std::string& g) const
if ( !group->second.notes.empty() ) if ( !group->second.notes.empty() )
{ {
auto allowed = size_t{76} - OPTION_DESC_GAP; allowed = size_t{76} - OPTION_DESC_GAP;
result += '\n'; result += '\n';
for ( auto note : group->second.notes ) for ( auto note : group->second.notes )
{ {