]> git.lyx.org Git - features.git/commitdiff
Forgot this one.
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 12 Aug 2017 07:24:01 +0000 (09:24 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 12 Aug 2017 07:24:01 +0000 (09:24 +0200)
src/Buffer.cpp

index d7e827fc2aa05f427d0d187b744ec383e66801d6..9c42b07e7f06c82193cbf9ecbefd604cd3aef456 100644 (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;