summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ctdb/common/rb_tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/common/rb_tree.c b/ctdb/common/rb_tree.c
index bacdea6c689..d94d15efd74 100644
--- a/ctdb/common/rb_tree.c
+++ b/ctdb/common/rb_tree.c
@@ -1029,7 +1029,7 @@ trbt_findfirstarray32(trbt_tree_t *tree, uint32_t keylen)
}
-#if TEST_RB_TREE
+#ifdef TEST_RB_TREE
static void printtree(trbt_node_t *node, int levels)
{
int i;
@@ -1098,4 +1098,4 @@ exit(0);
}
-#endif
+#endif /* TEST_RB_TREE */