summaryrefslogtreecommitdiffstats
path: root/sysif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.c')
-rw-r--r--sysif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysif.c b/sysif.c
index 0c79dac4..ca393083 100644
--- a/sysif.c
+++ b/sysif.c
@@ -2448,7 +2448,7 @@ static val dirstat(val dirent, val dir_path, val stat_opt)
void sysif_init(void)
{
- protect(&at_exit_list, dirent_st, &env_list, &env_hash, convert(val *, 0));
+ protect(&at_exit_list, &dirent_st, &env_list, &env_hash, convert(val *, 0));
atexit(at_exit_handler);