Am Samstag, den 12.08.2017, 09:55 +0200 schrieb Juergen Spitzmueller:
> commit 0e711b414e661a213a7504ecd09f9c402f41262b
> Author: Juergen Spitzmueller <sp...@lyx.org>
> Date:   Sat Aug 12 09:55:06 2017 +0200
> 
>     Add missing break
>     
>     As correctly pointed out by gcc7.
> ---
>  src/Text3.cpp |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/src/Text3.cpp b/src/Text3.cpp
> index 68e3f2f..f6930aa 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:

Richard, this is a candidate for stable.

Jürgen

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to