[HarfBuzz] harfbuzz: Branch 'master'
Simon Hausmann
hausmann at kemper.freedesktop.org
Fri Jan 4 04:33:26 PST 2008
src/harfbuzz-shaper.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7791f268157c9ef09407f6d88fbbbcbe408b9f17
Author: Simon Hausmann <shausman at trolltech.com>
Date: Fri Jan 4 13:32:40 2008 +0100
Fix a compiler warning with MSVC (C4138: '*/' found outside of comment)
diff --git a/src/harfbuzz-shaper.cpp b/src/harfbuzz-shaper.cpp
index 38017a7..31da3b2 100644
--- a/src/harfbuzz-shaper.cpp
+++ b/src/harfbuzz-shaper.cpp
@@ -736,7 +736,7 @@ static const hb_uint8 sentenceBreakTable[HB_Sentence_Close + 1][HB_Sentence_Clos
};
void HB_GetSentenceBoundaries(const HB_UChar16 *string, hb_uint32 stringLength,
- const HB_ScriptItem */*items*/, hb_uint32 /*numItems*/,
+ const HB_ScriptItem * /*items*/, hb_uint32 /*numItems*/,
HB_CharAttributes *attributes)
{
if (stringLength == 0)
More information about the HarfBuzz
mailing list