summaryrefslogtreecommitdiff
path: root/src/default.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/default.c')
-rw-r--r--src/default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/default.c b/src/default.c
index 82b52c4b..eb8da0cd 100644
--- a/src/default.c
+++ b/src/default.c
@@ -764,5 +764,5 @@ undefine_default_variables (void)
const char **s;
for (s = default_variables; *s != 0; s += 2)
- undefine_variable_global (s[0], strlen (s[0]), o_default);
+ undefine_variable_global (NILF, s[0], strlen (s[0]), o_default);
}