From 1e0730378082dc2ed3309227a5ff7cfc9e4b9e7c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 11 Feb 2006 14:01:37 +0000 Subject: [PATCH] typo --- http_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_api.c b/http_api.c index d85b923..de1984a 100644 --- a/http_api.c +++ b/http_api.c @@ -101,7 +101,7 @@ PHP_HTTP_API STATUS _http_parse_cookie(const char *list, HashTable *items TSRMLS c = s = estrdup(list); for(;;) { -#if +#if 0 char *tk = NULL, *tv = NULL; if (key) { -- 2.30.2