summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r--pango/pango-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 61c76ad6..eb01fa61 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -984,7 +984,7 @@ _pango_shape_shape (const char *text,
PangoRectangle *shape_logical,
PangoGlyphString *glyphs)
{
- int i;
+ unsigned int i;
const char *p;
pango_glyph_string_set_size (glyphs, n_chars);