diff options
Diffstat (limited to 'savefile.c')
-rw-r--r-- | savefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(). |