[HarfBuzz] harfbuzz-ng: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Mar 10 01:14:52 PST 2010
src/hb-open-type-private.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Mar 10 04:14:40 2010 -0500
Cosmetic
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh
index 0511287..169b04b 100644
--- a/src/hb-open-type-private.hh
+++ b/src/hb-open-type-private.hh
@@ -377,7 +377,7 @@ struct Sanitizer
#define DEFINE_INT_TYPE(NAME, u, w) DEFINE_INT_TYPE0 (NAME, u##int##w, (w / 8))
-DEFINE_INT_TYPE (USHORT, u, 16); /* 16-bit unsigned integer. */
+DEFINE_INT_TYPE (USHORT, u, 16); /* 16-bit unsigned integer. */
DEFINE_INT_TYPE (SHORT, , 16); /* 16-bit signed integer. */
DEFINE_INT_TYPE (ULONG, u, 32); /* 32-bit unsigned integer. */
DEFINE_INT_TYPE (LONG, , 32); /* 32-bit signed integer. */
More information about the HarfBuzz
mailing list