msvcp90: Add missing break in time_get::do_get (coverity).

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2018-11-25 16:12:37 +01:00 committed by Alexandre Julliard
parent ea9253d6d3
commit 37fce36989
1 changed files with 2 additions and 0 deletions

View File

@ -10514,6 +10514,7 @@ istreambuf_iterator_char* __thiscall time_get_char_do_get(const time_get_char *t
case 'n':
case 't':
skip_ws_char(ctype, &s);
break;
case 'p': {
BOOL pm = FALSE;
@ -11414,6 +11415,7 @@ istreambuf_iterator_wchar* __thiscall time_get_wchar_do_get(const time_get_wchar
case 'n':
case 't':
skip_ws_wchar(ctype, &s);
break;
case 'p': {
BOOL pm = FALSE;