gdi32: Add a set of braces to silence a GCC 3.4 warning.

oldstable
Gerald Pfeifer 2007-10-19 21:55:33 +02:00 committed by Alexandre Julliard
parent 25c21e5bff
commit d594c1eab4
1 changed files with 2 additions and 0 deletions

View File

@ -1107,6 +1107,7 @@ BOOL BIDI_Reorder(
baselevel = 0;
if (dwWineGCP_Flags & WINE_GCPW_LOOSE_MASK)
{
for (j = 0; j < i; ++j)
if (chartype[j] == L)
{
@ -1118,6 +1119,7 @@ BOOL BIDI_Reorder(
baselevel = 1;
break;
}
}
/* resolve explicit */
resolveExplicit(baselevel, N, chartype, levels, i, 0);