From: Jani Taskinen Date: Fri, 31 Aug 2007 07:43:28 +0000 (+0000) Subject: ws X-Git-Tag: RELEASE_2_0_0a1~1914 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55956bb99be716f061d2d8423932102724ea18d3;p=php ws --- diff --git a/main/SAPI.h b/main/SAPI.h index bcf435e8b8..21eb8d5c1b 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -107,9 +107,9 @@ typedef struct { char *current_user; int current_user_length; - /* this is necessary for CLI module */ - int argc; - char **argv; + /* this is necessary for CLI module */ + int argc; + char **argv; int proto_num; } sapi_request_info;