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:
parent
c4d08275d0
commit
69d895ac86
|
@ -1005,7 +1005,7 @@ BOOL EMFDRV_StrokeAndFillPath( PHYSDEV dev )
|
|||
}
|
||||
|
||||
/**********************************************************************
|
||||
* EMFDRV_MoveTo
|
||||
* EMFDRV_StrokePath
|
||||
*/
|
||||
BOOL EMFDRV_StrokePath( PHYSDEV dev )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue