riched20: Remove a redundant parameter from trace.
This commit is contained in:
parent
f4eea10bed
commit
5a6e0ea46f
|
@ -552,7 +552,7 @@ RTFCharSetToCodePage(RTF_Info *info, int charset)
|
||||||
/* FIXME: TranslateCharsetInfo does not work as good as it
|
/* FIXME: TranslateCharsetInfo does not work as good as it
|
||||||
* should, so let's use it only when all else fails */
|
* should, so let's use it only when all else fails */
|
||||||
if (!TranslateCharsetInfo(&n, &csi, TCI_SRCCHARSET))
|
if (!TranslateCharsetInfo(&n, &csi, TCI_SRCCHARSET))
|
||||||
ERR("%s: unknown charset %u\n", __FUNCTION__, charset);
|
ERR("unknown charset %d\n", charset);
|
||||||
else
|
else
|
||||||
return csi.ciACP;
|
return csi.ciACP;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue