[Bf-blender-cvs] [e732c6af3bb] master: Cycles: Proper comment for closing header guard

Sergey Sharybin noreply at git.blender.org
Mon Nov 12 11:02:36 CET 2018


Commit: e732c6af3bb5b5746c9232377ae2a4fd1178e752
Author: Sergey Sharybin
Date:   Mon Nov 12 11:02:10 2018 +0100
Branches: master
https://developer.blender.org/rBe732c6af3bb5b5746c9232377ae2a4fd1178e752

Cycles: Proper comment for closing header guard

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

M	intern/cycles/util/util_stack_allocator.h

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

diff --git a/intern/cycles/util/util_stack_allocator.h b/intern/cycles/util/util_stack_allocator.h
index 6b52e73ee4e..4e978e18bee 100644
--- a/intern/cycles/util/util_stack_allocator.h
+++ b/intern/cycles/util/util_stack_allocator.h
@@ -164,4 +164,4 @@ private:
 
 CCL_NAMESPACE_END
 
-#endif  /* __UTIL_GUARDED_ALLOCATOR_H__ */
+#endif  /* __UTIL_STACK_ALLOCATOR_H__ */



More information about the Bf-blender-cvs mailing list