X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2da46fe5aa7f18839238c37d9bcb63657f89be26..8acfa51a8b3c6011483132c933213231f7a4865b:/ui-diff.c diff --git a/ui-diff.c b/ui-diff.c index 7395c45..71273aa 100644 --- a/ui-diff.c +++ b/ui-diff.c @@ -1,6 +1,6 @@ /* ui-diff.c: show diff between two blobs * - * Copyright (C) 2006 Lars Hjemli + * Copyright (C) 2006-2014 cgit Development Team * * Licensed under GNU General Public License v2 * (see COPYING for full license text) @@ -407,7 +407,7 @@ void cgit_print_diff(const char *new_rev, const char *old_rev, diff_setup_done(&diffopt); ctx.page.mimetype = "text/plain"; - cgit_print_http_headers(&ctx); + cgit_print_http_headers(); if (old_tree_sha1) { diff_tree_sha1(old_tree_sha1, new_tree_sha1, "", &diffopt);