summaryrefslogtreecommitdiff
path: root/pango/pangox.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-10-18 18:47:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-18 18:47:50 +0000
commit673d8cbb35bacfcfd3e3376794119a2e062d846c (patch)
tree78793c4da9fa02013ee77ecc70e0d83e1f40249f /pango/pangox.c
parent651e22798f1b5e602af316778623328c2db778ed (diff)
downloadpango-673d8cbb35bacfcfd3e3376794119a2e062d846c.tar.gz
(Fixes from Frank Belew, #58905)
Thu Oct 18 14:40:04 2001 Owen Taylor <otaylor@redhat.com> (Fixes from Frank Belew, #58905) * pango/pangox.c (pango_x_apply_ligatures): Fix label at end of block. * pango/mini-fribidi/fribidi.c pango/mini-fribidi/fribid.patch: Use g_alloca() instead of mix of MSVC specific and GCC specific stuff.
Diffstat (limited to 'pango/pangox.c')
-rw-r--r--pango/pangox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangox.c b/pango/pangox.c
index 9d447bc1..e6bb7a01 100644
--- a/pango/pangox.c
+++ b/pango/pangox.c
@@ -1973,7 +1973,7 @@ pango_x_apply_ligatures (PangoFont *font,
g_free (temp);
}
- next_pattern:
+ next_pattern: ;
}
return hits >= 1;