Francois Gouget : gdiplus: Fix a function name in a FIXME() message.

Alexandre Julliard julliard at winehq.org
Mon Sep 16 16:33:43 CDT 2019


Module: wine
Branch: master
Commit: 0bbc9b830e9a94492f90438e9a534a554b2e9d36
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0bbc9b830e9a94492f90438e9a534a554b2e9d36

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Sep 16 15:59:34 2019 +0200

gdiplus: Fix a function name in a FIXME() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdiplus/metafile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdiplus/metafile.c b/dlls/gdiplus/metafile.c
index a292483c14..d1a95d678d 100644
--- a/dlls/gdiplus/metafile.c
+++ b/dlls/gdiplus/metafile.c
@@ -2407,7 +2407,7 @@ static GpStatus METAFILE_PlaybackObject(GpMetafile *metafile, UINT flags, UINT d
         if (pendata->PenDataFlags & PenDataCompoundLine)
         {
             EmfPlusCompoundLineData *compoundline = (EmfPlusCompoundLineData *)((BYTE *)pendata + offset);
-            FIXME("PenDataCompundLine is not supported.\n");
+            FIXME("PenDataCompoundLine is not supported.\n");
             offset += FIELD_OFFSET(EmfPlusCompoundLineData, data) + compoundline->CompoundLineDataSize * sizeof(float);
         }
 




More information about the wine-cvs mailing list