diff options
author | Zeev Suraski <zeev@php.net> | 2002-05-11 03:33:29 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2002-05-11 03:33:29 +0000 |
commit | ce20564d1e2f8999eb3ff3cf7e593b9da4b5f86e (patch) | |
tree | 35beffed89f515a8cb2b80b7354e6673e71219e2 /sapi/apache/mod_php4.c | |
parent | 70384bc7550548401431b29bea36e402514466a2 (diff) | |
download | php-git-ce20564d1e2f8999eb3ff3cf7e593b9da4b5f86e.tar.gz |
whitespace
Diffstat (limited to 'sapi/apache/mod_php4.c')
-rw-r--r-- | sapi/apache/mod_php4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 9c23523178..0faa7b13f4 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -356,7 +356,7 @@ static sapi_module_struct apache_sapi_module = { sapi_apache_register_server_variables, /* register server variables */ php_apache_log_message, /* Log message */ - NULL, /* php.ini path override */ + NULL, /* php.ini path override */ #ifdef PHP_WIN32 NULL, |