about summary refs log tree commit diff stats
path: root/ui-diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-diff.c')
-rw-r--r--ui-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-diff.c b/ui-diff.c index 3d46da2..49e5b46 100644 --- a/ui-diff.c +++ b/ui-diff.c
@@ -184,7 +184,7 @@ void cgit_print_diffstat(const unsigned char *old_sha1,
184 max_changes = 0; 184 max_changes = 0;
185 cgit_diff_tree(old_sha1, new_sha1, inspect_filepair, prefix, 185 cgit_diff_tree(old_sha1, new_sha1, inspect_filepair, prefix,
186 ctx.qry.ignorews); 186 ctx.qry.ignorews);
187 for(i = 0; i<files; i++) 187 for (i = 0; i<files; i++)
188 print_fileinfo(&items[i]); 188 print_fileinfo(&items[i]);
189 html("</table>"); 189 html("</table>");
190 html("<div class='diffstat-summary'>"); 190 html("<div class='diffstat-summary'>");