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:
-rw-r--r--source/blender/blenloader/intern/writefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 310c97fe319..e0e3fd5645e 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -1709,7 +1709,7 @@ cleanup:
error("Unable to make runtime: %s", cause);
}
-#else !__APPLE__
+#else /* !__APPLE__ */
static int handle_append_runtime(int handle, char *exename, char **cause_r) {
char *cause= NULL, *runtime= get_runtime_path(exename);
@@ -1787,4 +1787,4 @@ cleanup:
error("Unable to make runtime: %s", cause);
}
-#endif // !__APPLE__
+#endif /* !__APPLE__ */