diff options
author | Youngbok Shin <youngb.shin@samsung.com> | 2015-11-03 20:24:15 +0900 |
---|---|---|
committer | Youngbok Shin <youngb.shin@samsung.com> | 2015-11-03 20:49:45 +0900 |
commit | 4b524cd9449699e546a0991326d12ee2c915fab3 (patch) | |
tree | e6ce432188d6fe2b0b4bee6ddad34e7977c26a44 /src/hb-ot-shape-complex-arabic-fallback.hh | |
parent | 4a63fee1394ef6d952890db5d6cf4b664f19da2e (diff) | |
download | harfbuzz-4b524cd9449699e546a0991326d12ee2c915fab3.tar.gz harfbuzz-4b524cd9449699e546a0991326d12ee2c915fab3.tar.bz2 harfbuzz-4b524cd9449699e546a0991326d12ee2c915fab3.zip |
Imported Upstream version 0.9.40upstream/0.9.40
Change-Id: Ifcc6c10a445fb0c0cc5bfee7638d67eb05a63a4c
Diffstat (limited to 'src/hb-ot-shape-complex-arabic-fallback.hh')
-rw-r--r-- | src/hb-ot-shape-complex-arabic-fallback.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-ot-shape-complex-arabic-fallback.hh b/src/hb-ot-shape-complex-arabic-fallback.hh index e5b7ed4..a77f24e 100644 --- a/src/hb-ot-shape-complex-arabic-fallback.hh +++ b/src/hb-ot-shape-complex-arabic-fallback.hh @@ -207,7 +207,7 @@ struct arabic_fallback_plan_t static const arabic_fallback_plan_t arabic_fallback_plan_nil = {}; -#if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(HB_WITH_WIN1256) +#if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(HB_NO_WIN1256) #define HB_WITH_WIN1256 #endif @@ -327,7 +327,7 @@ arabic_fallback_plan_destroy (arabic_fallback_plan_t *fallback_plan) for (unsigned int i = 0; i < fallback_plan->num_lookups; i++) if (fallback_plan->lookup_array[i]) { - fallback_plan->accel_array[i].fini (fallback_plan->lookup_array[i]); + fallback_plan->accel_array[i].fini (); if (fallback_plan->free_lookups) free (fallback_plan->lookup_array[i]); } |