gdi32: Remove a trailing space in a Wine trace.
authorFrancois Gouget <fgouget@free.fr>
Tue, 18 Mar 2008 14:20:34 +0000 (15:20 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Mar 2008 10:21:19 +0000 (11:21 +0100)
dlls/gdi32/freetype.c

index 64569d2b9647be1fc5f6ca0eb0a430be0fcd060a..8c5900516d44843940364d7141046bc9cc3476e8 100644 (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]);