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

Francois Gouget fgouget at free.fr
Mon Sep 16 08:59:34 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 a292483c146..d1a95d678dd 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);
         }
 
-- 
2.20.1




More information about the wine-devel mailing list