mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
Fix the build
This commit is contained in:
parent
6a246a6c96
commit
e68767fb9f
@ -3342,6 +3342,8 @@ ensure_end_iter_line (GtkTextBTree *tree)
|
||||
{
|
||||
if (tree->end_iter_line_stamp != tree->chars_changed_stamp)
|
||||
{
|
||||
gint real_line;
|
||||
|
||||
/* n_lines is without the magic line at the end */
|
||||
g_assert (_gtk_text_btree_line_count (tree) >= 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user