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:
authorCampbell Barton <ideasman42@gmail.com>2015-01-02 11:18:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-02 11:29:00 +0300
commit4abe5485273894302d575251e72a1fa7d43f4231 (patch)
tree5d6627b9f5d9bb536fb2fa700ad084d31e8dd3a8 /source/blender/blenlib
parentbf169d6ca606bfb99ffa9cc831c73d2c4bdeda05 (diff)
cleanup: style
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/winstuff_dir.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/blenlib/intern/winstuff_dir.c b/source/blender/blenlib/intern/winstuff_dir.c
index 3d669a869f9..b20da9ce959 100644
--- a/source/blender/blenlib/intern/winstuff_dir.c
+++ b/source/blender/blenlib/intern/winstuff_dir.c
@@ -45,11 +45,11 @@
#include "utfconv.h"
/* Note: MinGW (FREE_WINDOWS) has opendir() and _wopendir(), and only the
-* latter accepts a path name of wchar_t type. Rather than messing up with
-* extra #ifdef's here and there, Blender's own implementations of opendir()
-* and related functions are used to properly support paths with non-ASCII
-* characters. (kjym3)
-*/
+ * latter accepts a path name of wchar_t type. Rather than messing up with
+ * extra #ifdef's here and there, Blender's own implementations of opendir()
+ * and related functions are used to properly support paths with non-ASCII
+ * characters. (kjym3)
+ */
DIR *opendir(const char *path)
{