about summary refs log tree commit diff stats
path: root/ui-blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-blob.c')
-rw-r--r--ui-blob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-blob.c b/ui-blob.c index 608926e..9c99519 100644 --- a/ui-blob.c +++ b/ui-blob.c
@@ -164,6 +164,6 @@ void cgit_print_blob(const char *hex, char *path, const char *head, int file_onl
164 ctx.page.mimetype = "text/plain"; 164 ctx.page.mimetype = "text/plain";
165 } 165 }
166 ctx.page.filename = path; 166 ctx.page.filename = path;
167 cgit_print_http_headers(&ctx); 167 cgit_print_http_headers();
168 html_raw(buf, size); 168 html_raw(buf, size);
169} 169}