commit | f96ffd43bce0ac6d9c897933c9be0e51d543e570 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sun May 24 15:01:16 2009 -0400 |
committer | Behdad Esfahbod <[email protected]> | Mon Nov 02 14:40:18 2009 -0500 |
tree | 2151c714d879ebed8d59ffa3e913b7c388726b2a | |
parent | 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46 [diff] [blame] |
[HB] simplify macros
diff --git a/src/hb-buffer.h b/src/hb-buffer.h index 93ac3ee..1e660f4 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h
@@ -30,7 +30,7 @@ #include "hb-common.h" -HB_BEGIN_DECLS(); +HB_BEGIN_DECLS typedef struct HB_GlyphItemRec_ { hb_codepoint_t gindex; @@ -89,6 +89,6 @@ unsigned int properties, unsigned int cluster); -HB_END_DECLS(); +HB_END_DECLS #endif /* HB_BUFFER_H */