Commit 5a6e0ea4 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

riched20: Remove a redundant parameter from trace.

parent f4eea10b
......@@ -552,7 +552,7 @@ RTFCharSetToCodePage(RTF_Info *info, int charset)
/* FIXME: TranslateCharsetInfo does not work as good as it
* should, so let's use it only when all else fails */
if (!TranslateCharsetInfo(&n, &csi, TCI_SRCCHARSET))
ERR("%s: unknown charset %u\n", __FUNCTION__, charset);
ERR("unknown charset %d\n", charset);
else
return csi.ciACP;
}
......
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