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