dwrite: Make sure explicit levels are always initialized (Valgrind).

This commit is contained in:
Nikolay Sivov 2015-07-14 10:55:23 +03:00 committed by Alexandre Julliard
parent e9d7cf99ad
commit 0b64f24030
1 changed files with 2 additions and 1 deletions

View File

@ -445,8 +445,9 @@ static void bidi_resolve_explicit(UINT8 baselevel, UINT8 *classes, UINT8 *levels
pop_stack(); pop_stack();
break; break;
/* X8: Nothing */ /* X8 */
default: default:
levels[i] = baselevel;
break; break;
} }
} }