Merge branch 'stable'

This commit is contained in:
Lars Hjemli
2009-01-11 22:00:25 +01:00
förälder 372b4041bd eb14609dc4
incheckning 31665579c2
2 ändrade filer med 6 tillägg och 2 borttagningar

1
cgit.c
Visa fil

@@ -293,7 +293,6 @@ static void process_request(void *cbdata)
cmd = cgit_get_cmd(ctx);
if (!cmd) {
ctx->page.title = "cgit error";
ctx->repo = NULL;
cgit_print_http_headers(ctx);
cgit_print_docstart(ctx);
cgit_print_pageheader(ctx);