diff options
Diffstat (limited to 'ui-diff.c')
-rw-r--r-- | ui-diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'>"); |