summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-12 10:31:34 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-08-12 10:31:34 +0000
commitd6600ea2a63e4986f99894b6cd4e2d875b00e65c (patch)
treea7f186a60c176e47433bace6cdbf310680676af2
parent1f74d46424f493e9c8ff699688e1ce89f466fd72 (diff)
parent6901e5e1aa565f6fb3205335d41dece7a204a169 (diff)
downloadpango-d6600ea2a63e4986f99894b6cd4e2d875b00e65c.tar.gz
Merge branch 'fix-pangofc-shape-c' into 'master'
pango/pangofc-shape.c: Fix build See merge request GNOME/pango!131
-rw-r--r--pango/pangofc-shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangofc-shape.c b/pango/pangofc-shape.c
index 6f714ffd..112aac03 100644
--- a/pango/pangofc-shape.c
+++ b/pango/pangofc-shape.c
@@ -117,7 +117,7 @@ apply_extra_attributes (GSList *attrs,
PangoAttribute *attr = l->data;
if (attr->klass->type == PANGO_ATTR_LETTER_SPACING)
{
- hb_tag_t *tags[] = {
+ hb_tag_t tags[] = {
HB_TAG('l','i','g','a'),
HB_TAG('c','l','i','g'),
HB_TAG('d','l','i','g'),