summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-12-13 17:33:58 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-12-13 17:33:58 (GMT)
commit8b9c4b50e30f744d0bb42d22074f61da0fba66d8 (patch)
treeb234a3c0a5310bd6076238422d6854d4c5d7c380 /src/H5Fprivate.h
parenta959914695b35e89f27190afbba91bd748f5cdc2 (diff)
downloadhdf5-8b9c4b50e30f744d0bb42d22074f61da0fba66d8.zip
hdf5-8b9c4b50e30f744d0bb42d22074f61da0fba66d8.tar.gz
hdf5-8b9c4b50e30f744d0bb42d22074f61da0fba66d8.tar.bz2
add missing paramter - macro seemingly unused, but absence results in compiler complaint
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 53dd4c8..788bac2 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -391,7 +391,7 @@ typedef struct H5F_t H5F_t;
#define H5F_FIRST_ALLOC_DEALLOC(F) (H5F_get_first_alloc_dealloc(F))
#define H5F_EOA_PRE_FSM_FSALLOC(F) (H5F_get_eoa_pre_fsm_fsalloc(F))
#define H5F_MIN_DSET_OHDR(F) (H5F_get_min_dset_ohdr(F))
-#define H5F_SET_MIN_DSET_OHDR(F) (H5F_set_min_dset_ohdr((F), (V)))
+#define H5F_SET_MIN_DSET_OHDR(F, V) (H5F_set_min_dset_ohdr((F), (V)))
#endif /* H5F_MODULE */