Commit d594c1ea authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 25c21e5b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment