summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--ui-tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-tree.c b/ui-tree.c
index c6159ec..553dbaa 100644
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -27,2 +27,4 @@ static void print_text_buffer(char *buf, unsigned long size)
27 lineno = 0; 27 lineno = 0;
28
29 if (size) {
28 htmlf(numberfmt, ++lineno); 30 htmlf(numberfmt, ++lineno);
@@ -33,2 +35,3 @@ static void print_text_buffer(char *buf, unsigned long size)
33 } 35 }
36 }
34 html("</pre></td>\n"); 37 html("</pre></td>\n");