From 7c0ba95806f2cbf750558725b8e22dcf2a46b46e Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 17 Oct 2000 02:50:15 +0000 Subject: [PATCH] fix indentation --- ext/session/mod_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.50.1