- ctx->page.mimetype = "application/octet-stream";
- ctx->page.filename = path;
- if (prefixcmp(ctx->repo->path, path))
- ctx->page.filename += strlen(ctx->repo->path) + 1;
- cgit_print_http_headers(ctx);
+ ctx.page.mimetype = "application/octet-stream";
+ ctx.page.filename = path;
+ if (prefixcmp(ctx.repo->path, path))
+ ctx.page.filename += strlen(ctx.repo->path) + 1;
+ cgit_print_http_headers();