gdi32: Add a set of braces to silence a GCC 3.4 warning.
This commit is contained in:
parent
25c21e5bff
commit
d594c1eab4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue