dwrite: noticed an error msg with missing \n (nw)
This commit is contained in:
parent
5422539a05
commit
496be2f305
@ -624,7 +624,7 @@ private:
|
||||
HR_RETHR(fonts->FindFamilyName(familyName.c_str(), &family_index, &exists));
|
||||
if (!exists)
|
||||
{
|
||||
osd_printf_error("Font with family name %S does not exist", familyName.c_str());
|
||||
osd_printf_error("Font with family name %S does not exist.\n", familyName.c_str());
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user