diff options
author | Sascha Schumann <sas@php.net> | 2000-10-17 02:50:15 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-10-17 02:50:15 +0000 |
commit | 7c0ba95806f2cbf750558725b8e22dcf2a46b46e (patch) | |
tree | 67c7df63a0a65ab91a0e335619901aef3579c636 /ext/session/mod_files.c | |
parent | 8cdff379d69627927f8ca341a425323cf0416a42 (diff) | |
download | php-git-7c0ba95806f2cbf750558725b8e22dcf2a46b46e.tar.gz |
fix indentation
Diffstat (limited to 'ext/session/mod_files.c')
-rw-r--r-- | ext/session/mod_files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 061e0ca0ca..8abc31721d 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -125,7 +125,7 @@ static void ps_files_open(ps_files *data, const char *key) data->lastkey = NULL; } - ps_files_close(data); + ps_files_close(data); if (!ps_files_valid_key(key) || !ps_files_path_create(buf, sizeof(buf), data, key)) |