summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-04-21 02:04:22 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-04-21 02:04:22 -0400
commitfd31122c5a153c3a21ae015cdd1c72aef79671d0 (patch)
treedc734a2c8ba0b9b26b5915ebad6c0b02103f60e4
parent140cfe4b4a40f95a379c1b78881b1edf12f72145 (diff)
downloadpango-fd31122c5a153c3a21ae015cdd1c72aef79671d0.tar.gz
[HB] Minor
-rw-r--r--pango/opentype/hb-ot-layout-gpos-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-ot-layout-gpos-private.hh b/pango/opentype/hb-ot-layout-gpos-private.hh
index 1624e83e..44d15688 100644
--- a/pango/opentype/hb-ot-layout-gpos-private.hh
+++ b/pango/opentype/hb-ot-layout-gpos-private.hh
@@ -53,7 +53,7 @@ struct ValueFormat : USHORT
ignored = 0x0F00, /* Was used in TrueType Open for MM fonts */
reserved = 0xF000, /* For future use */
- devices = 0x00F0, /* Mask for having any Device table */
+ devices = 0x00F0 /* Mask for having any Device table */
};
/* All fields are options. Only those available advance the value pointer. */