dwrite: noticed an error msg with missing \n (nw)

This commit is contained in:
hap 2018-12-14 13:39:38 +01:00
parent 5422539a05
commit 496be2f305

View File

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