From eaf4f695d16a08b00440d5331d18a7a06a6e299f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 5 Dec 2014 12:20:47 +0100 Subject: [PATCH] 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 a76dd4b212c..9bd434c5d66 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; } }