Don't shadow the 'allowed' variable
This commit is contained in:
parent
e5faf13b59
commit
6d0fd96bc2
@ -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 )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user