Fix typo
This commit is contained in:
parent
0fbb2dc831
commit
44b4f50d05
|
@ -130,7 +130,7 @@ ASSERT_STATIC (sizeof (hb_var_int_t) == 4);
|
||||||
#else
|
#else
|
||||||
#define HB_PURE_FUNC
|
#define HB_PURE_FUNC
|
||||||
#define HB_CONST_FUNC
|
#define HB_CONST_FUNC
|
||||||
#define HB_PRINTF_FUCN(format_idx, arg_idx)
|
#define HB_PRINTF_FUNC(format_idx, arg_idx)
|
||||||
#endif
|
#endif
|
||||||
#if __GNUC__ >= 4
|
#if __GNUC__ >= 4
|
||||||
#define HB_UNUSED __attribute__((unused))
|
#define HB_UNUSED __attribute__((unused))
|
||||||
|
|
Loading…
Reference in New Issue