From 20dde6101662fd9ebe5f613631ea468f4c0a995f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 4 Aug 2011 01:07:33 -0400 Subject: [PATCH] Minor --- src/hb-uniscribe.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hb-uniscribe.h b/src/hb-uniscribe.h index 2156af43b..d498f975a 100644 --- a/src/hb-uniscribe.h +++ b/src/hb-uniscribe.h @@ -24,8 +24,8 @@ * Google Author(s): Behdad Esfahbod */ -#ifndef HB_USP_SHAPE_H -#define HB_USP_SHAPE_H +#ifndef HB_UNISCRIBE_H +#define HB_UNISCRIBE_H #include "hb-common.h" #include "hb-shape.h" @@ -43,4 +43,4 @@ hb_uniscribe_shape (hb_font_t *font, HB_END_DECLS -#endif /* HB_USP_SHAPE_H */ +#endif /* HB_UNISCRIBE_H */