1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

fix indentation

This commit is contained in:
Sascha Schumann
2000-10-17 02:50:15 +00:00
parent 8cdff379d6
commit 7c0ba95806
+1 -1
View File
@@ -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))