]> Pileus Git - ~andy/gtk/commitdiff
Fix the build
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 22 Feb 2006 20:05:17 +0000 (20:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 22 Feb 2006 20:05:17 +0000 (20:05 +0000)
gtk/gtktextbtree.c

index 9c3c3390c72e2b8a90b3e4b72e0753c36da0c939..1269256256ab41080fec4490a3010e030667f6a5 100644 (file)
@@ -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);