summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLnative_blob.c')
-rw-r--r--src/H5VLnative_blob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLnative_blob.c b/src/H5VLnative_blob.c
index 6aebc01..718d548 100644
--- a/src/H5VLnative_blob.c
+++ b/src/H5VLnative_blob.c
@@ -156,7 +156,7 @@ H5VL__native_blob_specific(void *obj, void *blob_id, H5VL_blob_specific_args_t *
H5F_addr_decode(f, &id, &addr);
/* Check if heap address is 'nil' */
- *args->args.is_null.isnull = (addr == 0 ? TRUE : FALSE);
+ *args->args.is_null.isnull = (addr == 0 ? true : false);
break;
}