summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-08-31 07:43:37 +0000
committerJani Taskinen <jani@php.net>2007-08-31 07:43:37 +0000
commit11750c315dfd8bdc1c152d97142dba0f96405176 (patch)
tree842fccc77b6b53f978ee12f82b77ee27a68b9858
parentcd0cfdfc39edcfe622ea8a8da17ab41b38f73595 (diff)
downloadphp-git-11750c315dfd8bdc1c152d97142dba0f96405176.tar.gz
MFH: ws
-rw-r--r--main/SAPI.h6
1 files changed, 3 insertions, 3 deletions
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;