Commit eaf4f695 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 1788674b
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment