summaryrefslogtreecommitdiff
path: root/pango/glyphstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r--pango/glyphstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c
index 0382eb6e..dedd822c 100644
--- a/pango/glyphstring.c
+++ b/pango/glyphstring.c
@@ -347,7 +347,7 @@ pango_glyph_string_get_logical_widths (PangoGlyphString *glyphs,
NULL}};
PangoGlyphItem glyph_item = {&item, glyphs};
- return pango_glyph_item_get_logical_widths (&glyph_item, text, logical_widths);
+ pango_glyph_item_get_logical_widths (&glyph_item, text, logical_widths);
}
/* The initial implementation here is script independent,