projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b59c9b
)
[HB] Fix typo
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 15 May 2009 17:28:56 +0000
(13:28 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Mon, 2 Nov 2009 19:40:08 +0000
(14:40 -0500)
src/hb-ot-layout-open-private.h
patch
|
blob
|
history
diff --git
a/src/hb-ot-layout-open-private.h
b/src/hb-ot-layout-open-private.h
index
98cbdd2
..
44655e5
100644
(file)
--- a/
src/hb-ot-layout-open-private.h
+++ b/
src/hb-ot-layout-open-private.h
@@
-850,7
+850,7
@@
struct ClassDefFormat2 {
private:
USHORT classFormat; /* Format identifier--format = 2 */
- USHORT rangeCount; /* Number of
Number of
ClassRangeRecords */
+ USHORT rangeCount; /* Number of ClassRangeRecords */
ClassRangeRecord rangeRecord[]; /* Array of glyph ranges--ordered by
* Start GlyphID */
};