summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/thai/thai-lang.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e57c959c..e83f40bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-22 Theppitak Karoonboonyanan <thep@linux.thai.net>
+
+ * modules/thai/thai-lang.c (thai_engine_break):
+ Minor indentation fixes for previous commit.
+
2008-11-22 Chris Wilson <chris@chris-wilson.co.uk>
Bug 561740 – Use stack allocation for thai_engine_break
diff --git a/modules/thai/thai-lang.c b/modules/thai/thai-lang.c
index b6494b34..c27ce0ba 100644
--- a/modules/thai/thai-lang.c
+++ b/modules/thai/thai-lang.c
@@ -102,10 +102,10 @@ thai_engine_break (PangoEngineLang *engine,
}
if (brk_pnts != brk_stack)
- g_free (brk_pnts);
+ g_free (brk_pnts);
if (tis_text != tis_stack)
- g_free (tis_text);
+ g_free (tis_text);
}
static void