From: Cliff Woolley Date: Mon, 25 Feb 2002 02:10:52 +0000 (+0000) Subject: remove a tab X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe0b34fa5f6d0ff78d93b3dccb7d5557b9358dfd;p=apache remove a tab git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93563 13f79535-47bb-0310-9956-ffa450edef68 --- 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;