提交 0c5da57d 编写于 作者: B Behdad Esfahbod

Fix typo :)

上级 19b8eb08
...@@ -543,9 +543,10 @@ _hb_mapped_file_destroy (void *file_) ...@@ -543,9 +543,10 @@ _hb_mapped_file_destroy (void *file_)
hb_blob_t * hb_blob_t *
hb_blob_create_from_file (const char *file_name) hb_blob_create_from_file (const char *file_name)
{ {
#ifdef HB_NO_OEPN #ifdef HB_NO_OPEN
return hb_blob_get_empty (); return hb_blob_get_empty ();
#endif #endif
/* Adopted from glib's gmappedfile.c with Matthias Clasen and /* Adopted from glib's gmappedfile.c with Matthias Clasen and
Allison Lortie permission but changed a lot to suit our need. */ Allison Lortie permission but changed a lot to suit our need. */
#if defined(HAVE_MMAP) && !defined(HB_NO_MMAP) #if defined(HAVE_MMAP) && !defined(HB_NO_MMAP)
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
#define HB_NO_MATH #define HB_NO_MATH
#define HB_NO_MMAP #define HB_NO_MMAP
#define HB_NO_NAME #define HB_NO_NAME
#define HB_NO_OEPN #define HB_NO_OPEN
#define HB_NO_SETLOCALE #define HB_NO_SETLOCALE
#define HB_NO_SUBSET_LAYOUT #define HB_NO_SUBSET_LAYOUT
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册