aboutsummaryrefslogtreecommitdiff
path: root/ui-tree.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tree.c')
-rw-r--r--ui-tree.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui-tree.c b/ui-tree.c
index 9876c99..051db7c 100644
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -54,10 +54,8 @@ static void print_object(const unsigned char *sha1, char *path)
}
idx++;
}
- if (start < idx) {
- htmlf(linefmt, ++lineno);
- html_txt(buf + start);
- }
+ htmlf(linefmt, ++lineno);
+ html_txt(buf + start);
html("</td></tr>\n");
html("</table>\n");
}