From a98301160de4c12f455cca8f78509f2e04626c0b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 19 May 2003 16:39:14 +0000 Subject: nginx-0.0.1-2003-05-19-20:39:14 import --- src/core/ngx_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_array.h') diff --git a/src/core/ngx_array.h b/src/core/ngx_array.h index 22c7c4b0f..22cb3fc35 100644 --- a/src/core/ngx_array.h +++ b/src/core/ngx_array.h @@ -7,7 +7,7 @@ #include typedef struct { - char *elts; + void *elts; int nelts; size_t size; int nalloc; -- cgit