Fixup b8cdfd1e1d: fix thinko

Spotted by Coverity.
This commit is contained in:
Jean-Marc Lasgouttes 2024-09-09 15:19:25 +02:00
parent ed291f0d4f
commit 12d771c43f

View File

@ -495,7 +495,7 @@ docstring KeyMap::printBindings(FuncRequest const & func,
if (!firstone)
res << ", ";
res << key.print(format, untranslated);
firstone = true;
firstone = false;
}
return res.str();
}