summaryrefslogtreecommitdiff
path: root/modules/arabic/arabic-ft2.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/arabic/arabic-ft2.c')
-rw-r--r--modules/arabic/arabic-ft2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arabic/arabic-ft2.c b/modules/arabic/arabic-ft2.c
index 4ac27115..cb817e33 100644
--- a/modules/arabic/arabic-ft2.c
+++ b/modules/arabic/arabic-ft2.c
@@ -214,7 +214,7 @@ arabic_engine_shape (PangoFont *font,
wcs = g_utf8_to_ucs4_fast (text, length, NULL);
properties = g_new0 (gulong, n_chars);
- Assign_Arabic_Properties (wcs, properties, n_chars);
+ Arabic_Assign_Properties (wcs, properties, n_chars);
}
p = text;