Silence a compiler warning

This commit is contained in:
Matthias Clasen 2011-08-27 01:25:39 -04:00
parent f7dbdba267
commit 8f3e43326b

View File

@ -693,6 +693,7 @@ _gtk_pango_move_lines (PangoLayout *layout,
text = pango_layout_get_text (layout);
index = g_utf8_offset_to_pointer (text, offset) - text;
lines = pango_layout_get_lines (layout);
line = NULL;
num = 0;
for (l = lines; l; l = l->next)