]> git.lyx.org Git - features.git/commitdiff
Add missing break
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 12 Aug 2017 07:55:06 +0000 (09:55 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 12 Aug 2017 07:55:06 +0000 (09:55 +0200)
As correctly pointed out by gcc7.

src/Text3.cpp

index 68e3f2f66bd5c600683af2b227731cecb4189aa9..f6930aa591b3b21551ca36e139df407cdd4b60d0 100644 (file)
@@ -1227,6 +1227,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                }
 
                ins->setParams(inspar);
+               break;
        }
 
        case LFUN_SPACE_INSERT: