diff options
Diffstat (limited to 'ui-diff.c')
-rw-r--r-- | ui-diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -407,7 +407,7 @@ void cgit_print_diff(const char *new_rev, const char *old_rev, | |||
407 | diff_setup_done(&diffopt); | 407 | diff_setup_done(&diffopt); |
408 | 408 | ||
409 | ctx.page.mimetype = "text/plain"; | 409 | ctx.page.mimetype = "text/plain"; |
410 | cgit_print_http_headers(&ctx); | 410 | cgit_print_http_headers(); |
411 | if (old_tree_sha1) { | 411 | if (old_tree_sha1) { |
412 | diff_tree_sha1(old_tree_sha1, new_tree_sha1, "", | 412 | diff_tree_sha1(old_tree_sha1, new_tree_sha1, "", |
413 | &diffopt); | 413 | &diffopt); |