Commit 8d38b1d6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32: Remove a trailing space in a Wine trace.

parent 79274bf0
......@@ -3894,7 +3894,7 @@ static const GSUB_Feature * GSUB_get_feature(const GSUB_Header *header, const GS
const GSUB_FeatureList *feature;
feature = (GSUB_FeatureList*)((LPBYTE)header + GET_BE_WORD(header->FeatureList));
TRACE("%i features \n",GET_BE_WORD(lang->FeatureCount));
TRACE("%i features\n",GET_BE_WORD(lang->FeatureCount));
for (i = 0; i < GET_BE_WORD(lang->FeatureCount); i++)
{
int index = GET_BE_WORD(lang->FeatureIndex[i]);
......
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