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 5ccd03e..71273aa 100644 --- a/ui-diff.c +++ b/ui-diff.c
@@ -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);