From 907f804ad8a32b39018a51f9b4bfab359222068a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 5 Jun 2015 03:37:14 +0500 Subject: Depsgraph: Fix typo in header guard comment --- source/blender/depsgraph/util/depsgraph_util_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ */ -- cgit v1.2.3