aboutsummaryrefslogtreecommitdiff
path: root/savefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'savefile.c')
-rw-r--r--savefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/savefile.c b/savefile.c
index c09ae416..d04b917a 100644
--- a/savefile.c
+++ b/savefile.c
@@ -309,7 +309,7 @@ charset_fopen(const char *path, const char *mode)
utf16_mode[i] = c;
}
utf16_mode[i] = '\0';
-
+
/*
* OK, we have UTF-16LE strings; hand them to
* _wfopen().