Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/intern/fileops.c')
-rw-r--r--source/blender/blenlib/intern/fileops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/fileops.c b/source/blender/blenlib/intern/fileops.c
index 93312f04692..5bbfd596ba7 100644
--- a/source/blender/blenlib/intern/fileops.c
+++ b/source/blender/blenlib/intern/fileops.c
@@ -222,7 +222,7 @@ gzFile BLI_gzopen(const char *filename, const char *mode)
int i = 0;
/* xxx Creates file before transcribing the path */
- if(mode[0] == 'w')
+ if (mode[0] == 'w')
fclose(ufopen(filename,"a"));
UTF16_ENCODE(filename);