gdi32: Remove a trailing space in a Wine trace.

This commit is contained in:
Francois Gouget 2008-03-18 15:20:34 +01:00 committed by Alexandre Julliard
parent 79274bf0f5
commit 8d38b1d60b
1 changed files with 1 additions and 1 deletions

View File

@ -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]);