From: Jani Taskinen Date: Fri, 31 Aug 2007 07:43:37 +0000 (+0000) Subject: MFH: ws X-Git-Tag: RELEASE_1_2_4~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11750c315dfd8bdc1c152d97142dba0f96405176;p=php MFH: ws --- diff --git a/main/SAPI.h b/main/SAPI.h index 2c4dca6cf2..8f6d41423b 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;