summaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/option.c b/src/option.c
index 8553771ae..eef61292b 100644
--- a/src/option.c
+++ b/src/option.c
@@ -6645,14 +6645,12 @@ set_bool_option(opt_idx, varp, value, opt_flags)
psepc = '/';
psepcN = '\\';
pseps[0] = '/';
- psepsN[0] = '\\';
}
else
{
psepc = '\\';
psepcN = '/';
pseps[0] = '\\';
- psepsN[0] = '/';
}
/* need to adjust the file name arguments and buffer names. */