Commit ee77f521 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

gdi32: Mark a fall-through in a switch statement.

parent 2b9381db
......@@ -1826,6 +1826,7 @@ static BOOL PATH_WidenPath(DC *dc)
pStrokes[numStrokes - 1] = HeapAlloc(GetProcessHeap(), 0, sizeof(GdiPath));
PATH_InitGdiPath(pStrokes[numStrokes - 1]);
pStrokes[numStrokes - 1]->state = PATH_Open;
/* fall through */
case PT_LINETO:
case (PT_LINETO | PT_CLOSEFIGURE):
point.x = pPath->pPoints[i].x;
......
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