Module: wine Branch: master Commit: 8d38b1d60b1ab06be547345ba8b41e6371cf4437 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d38b1d60b1ab06be547345ba8...
Author: Francois Gouget fgouget@free.fr Date: Tue Mar 18 15:20:34 2008 +0100
gdi32: Remove a trailing space in a Wine trace.
---
dlls/gdi32/freetype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c index 64569d2..8c59005 100644 --- a/dlls/gdi32/freetype.c +++ b/dlls/gdi32/freetype.c @@ -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]);