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

This commit is contained in:
Andrew Talbot 2011-09-29 22:16:14 +01:00 committed by Alexandre Julliard
parent 2b9381db1c
commit ee77f52163
1 changed files with 1 additions and 0 deletions

View File

@ -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;