diff options
Diffstat (limited to 'modules/thai/thai-ot.c')
-rw-r--r-- | modules/thai/thai-ot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/thai/thai-ot.c b/modules/thai/thai-ot.c index b6866321..e17cefd5 100644 --- a/modules/thai/thai-ot.c +++ b/modules/thai/thai-ot.c @@ -123,7 +123,7 @@ thai_ot_get_ruleset (PangoFont *font) if (n > 0) g_object_set_qdata_full (G_OBJECT (info), ruleset_quark, ruleset, - (GDestroyNotify)g_object_unref); + (GDestroyNotify)g_object_unref); else { g_object_unref (ruleset); @@ -196,7 +196,7 @@ lao_ot_get_ruleset (PangoFont *font) if (n > 0) g_object_set_qdata_full (G_OBJECT (info), ruleset_quark, ruleset, - (GDestroyNotify)g_object_unref); + (GDestroyNotify)g_object_unref); else { g_object_unref (ruleset); |