summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-05-14 08:39:55 +1000
committerChris Johns <chrisj@rtems.org>2019-05-14 08:41:10 +1000
commit0b698ba55eb4761ec77c9b7053721b9ba2269a1a (patch)
treea7866ae774414fe0711a959515775cbc340330c4 /cpukit
parentdoxygen: score: adjust doc in percpudata.h to doxygen guidelines (diff)
downloadrtems-0b698ba55eb4761ec77c9b7053721b9ba2269a1a.tar.bz2
doxygen: score: Fix block comment end marker.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/score/rbtree.h1
1 files changed, 0 insertions, 1 deletions
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
)