gdi32: Fix copy & paste mistake in a comment.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Sebastian Lackner 2016-07-07 05:35:04 +02:00 committed by Alexandre Julliard
parent c4d08275d0
commit 69d895ac86

View file

@ -1005,7 +1005,7 @@ BOOL EMFDRV_StrokeAndFillPath( PHYSDEV dev )
}
/**********************************************************************
* EMFDRV_MoveTo
* EMFDRV_StrokePath
*/
BOOL EMFDRV_StrokePath( PHYSDEV dev )
{