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

This commit is contained in:
Francois Gouget 2014-12-05 12:20:47 +01:00 committed by Alexandre Julliard
parent 1788674bdb
commit eaf4f695d1
1 changed files with 1 additions and 1 deletions

View File

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