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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-06-05 01:37:14 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-06-05 13:37:41 +0300
commit907f804ad8a32b39018a51f9b4bfab359222068a (patch)
treec872edf9fe6ae9c989470ad95c14207b39df2cce
parentfb92c553f159245d3cfff7964ea5279b5be9b9f0 (diff)
Depsgraph: Fix typo in header guard comment
-rw-r--r--source/blender/depsgraph/util/depsgraph_util_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/util/depsgraph_util_function.h b/source/blender/depsgraph/util/depsgraph_util_function.h
index 74bf5de8ab6..a4301833408 100644
--- a/source/blender/depsgraph/util/depsgraph_util_function.h
+++ b/source/blender/depsgraph/util/depsgraph_util_function.h
@@ -109,4 +109,4 @@ void *function_bind(T func,
#endif
-#endif /* __DEPSGRAPH_UTIL_SET_H__ */
+#endif /* __DEPSGRAPH_UTIL_FUNCTION_H__ */