From 0b698ba55eb4761ec77c9b7053721b9ba2269a1a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 14 May 2019 08:39:55 +1000 Subject: doxygen: score: Fix block comment end marker. --- cpukit/include/rtems/score/rbtree.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpukit/include/rtems/score/rbtree.h b/cpukit/include/rtems/score/rbtree.h index 1e18d08fd3..aa94e62d9f 100644 --- a/cpukit/include/rtems/score/rbtree.h +++ b/cpukit/include/rtems/score/rbtree.h @@ -273,7 +273,6 @@ RTEMS_INLINE_ROUTINE RBTree_Node **_RBTree_Root_reference( * @retval pointer Pointer to the root node. * @retval NULL The tree is empty. */ - */ RTEMS_INLINE_ROUTINE RBTree_Node * const *_RBTree_Root_const_reference( const RBTree_Control *the_rbtree ) -- cgit v1.2.3