summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5B2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2.c b/src/H5B2.c
index e268629..75ee99e 100644
--- a/src/H5B2.c
+++ b/src/H5B2.c
@@ -654,7 +654,7 @@ H5B2_index(H5B2_t *bt2, hid_t dxpl_id, H5_iter_order_t order, hsize_t idx,
} /* end if */
else
/* Index that is greater than the number of records in the tree? */
- HDassert("Index off end of tree??" && 0);
+ HDassert(0 && "Index off end of tree??");
} /* end if */
/* Decrement depth we're at in B-tree */