Francois Gouget : dwrite: Add a trailing '\n' to a FIXME().

Alexandre Julliard julliard at wine.codeweavers.com
Fri Dec 5 15:36:55 CST 2014


Module: wine
Branch: master
Commit: eaf4f695d16a08b00440d5331d18a7a06a6e299f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=eaf4f695d16a08b00440d5331d18a7a06a6e299f

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec  5 12:20:47 2014 +0100

dwrite: Add a trailing '\n' to a FIXME().

---

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

diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c
index a76dd4b..9bd434c 100644
--- a/dlls/dwrite/opentype.c
+++ b/dlls/dwrite/opentype.c
@@ -1196,7 +1196,7 @@ HRESULT opentype_get_font_strings_from_id(const void *table_data, DWRITE_INFORMA
             heap_free(name_string);
         }
         else {
-            FIXME("handle NAME format 1");
+            FIXME("handle NAME format 1\n");
             continue;
         }
     }




More information about the wine-cvs mailing list