Add missing break

As correctly pointed out by gcc7.
This commit is contained in:
Juergen Spitzmueller 2017-08-12 09:55:06 +02:00
parent 4cb45dfffe
commit f1428488b1
2 changed files with 2 additions and 0 deletions

View File

@ -1212,6 +1212,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
}
ins->setParams(inspar);
break;
}
case LFUN_SPACE_INSERT:

View File

@ -108,6 +108,7 @@ What's new
* INTERNALS
- Fix execution of set-graphics-group function.
* DOCUMENTATION AND LOCALIZATION