From 03001bc1763bcbca4947afc13fa3c75cf81cd517 Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Mon, 25 Feb 2002 02:10:52 +0000 Subject: [PATCH] remove a tab git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93563 13f79535-47bb-0310-9956-ffa450edef68 --- server/scoreboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scoreboard.c b/server/scoreboard.c index 5fafa952fb..c5f6633e5e 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -143,7 +143,7 @@ void ap_init_scoreboard(void *shared_score) char *more_storage; int i; - ap_calc_scoreboard_size(); + ap_calc_scoreboard_size(); ap_scoreboard_image = calloc(1, sizeof(scoreboard) + server_limit * sizeof(worker_score *)); more_storage = shared_score; -- 2.50.1