mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ BOOL EMFDRV_StrokeAndFillPath( PHYSDEV dev )
|
|||
}
|
||||
|
||||
/**********************************************************************
|
||||
* EMFDRV_MoveTo
|
||||
* EMFDRV_StrokePath
|
||||
*/
|
||||
BOOL EMFDRV_StrokePath( PHYSDEV dev )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue