[Bf-blender-cvs] [907f804] master: Depsgraph: Fix typo in header guard comment

Sergey Sharybin noreply at git.blender.org
Fri Jun 5 12:48:17 CEST 2015


Commit: 907f804ad8a32b39018a51f9b4bfab359222068a
Author: Sergey Sharybin
Date:   Fri Jun 5 03:37:14 2015 +0500
Branches: master
https://developer.blender.org/rB907f804ad8a32b39018a51f9b4bfab359222068a

Depsgraph: Fix typo in header guard comment

===================================================================

M	source/blender/depsgraph/util/depsgraph_util_function.h

===================================================================

diff --git a/source/blender/depsgraph/util/depsgraph_util_function.h b/source/blender/depsgraph/util/depsgraph_util_function.h
index 74bf5de..a430183 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__ */




More information about the Bf-blender-cvs mailing list