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

Francois Gouget fgouget at free.fr
Fri Dec 5 05:20:47 CST 2014


---
 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;
         }
     }
-- 
2.1.3



More information about the wine-patches mailing list