summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/rbtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/rbtree.c')
-rw-r--r--cpukit/score/src/rbtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/rbtree.c b/cpukit/score/src/rbtree.c
index 2c1035b3dc..7eac52777c 100644
--- a/cpukit/score/src/rbtree.c
+++ b/cpukit/score/src/rbtree.c
@@ -47,7 +47,7 @@ void _RBTree_Initialize(
/* could do sanity checks here */
_RBTree_Initialize_empty(the_rbtree);
-
+
count = number_nodes;
next = starting_address;
while ( count-- ) {