Commit ca3d0d67 authored by Ricardo Filipe's avatar Ricardo Filipe Committed by Alexandre Julliard

gdi32: Fix dead store (llvm/clang).

parent b5fcabb5
......@@ -1089,7 +1089,7 @@ BOOL BIDI_Reorder(
if (WINE_GCPW_FORCE_RTL == (dwWineGCP_Flags&WINE_GCPW_DIR_MASK))
baselevel = 1;
i = done = 0;
done = 0;
while (done < uCount)
{
unsigned j;
......
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