Forgot this one.

This commit is contained in:
Juergen Spitzmueller 2017-08-12 09:24:01 +02:00
parent 1249e5e13e
commit e9c9ad8055

View File

@ -4912,8 +4912,10 @@ void Buffer::Impl::setLabel(ParIterator & it, UpdateType utype) const
switch (par.itemdepth) {
case 2:
enumcounter += 'i';
// fall through
case 1:
enumcounter += 'i';
// fall through
case 0:
enumcounter += 'i';
break;