diff options
Diffstat (limited to 'modules/arabic/arabic-fc.c')
-rw-r--r-- | modules/arabic/arabic-fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arabic/arabic-fc.c b/modules/arabic/arabic-fc.c index b7958f2d..f4a63c0a 100644 --- a/modules/arabic/arabic-fc.c +++ b/modules/arabic/arabic-fc.c @@ -159,7 +159,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; |