From 0e711b414e661a213a7504ecd09f9c402f41262b Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 12 Aug 2017 09:55:06 +0200 Subject: [PATCH] Add missing break As correctly pointed out by gcc7. --- src/Text3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text3.cpp b/src/Text3.cpp index 68e3f2f66b..f6930aa591 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -1227,6 +1227,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) } ins->setParams(inspar); + break; } case LFUN_SPACE_INSERT: -- 2.39.2