summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-01 20:47:53 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-01 20:47:53 (GMT)
commit051cf5330ba06f113de88de22c201f00677cbdc3 (patch)
treeeeae9d646790a57ce78f58ca3f643922e7b0b0e3 /src
parent77f2b0b2071b976a42c41fbddad28ed7823675c2 (diff)
downloadhdf5-051cf5330ba06f113de88de22c201f00677cbdc3.zip
hdf5-051cf5330ba06f113de88de22c201f00677cbdc3.tar.gz
hdf5-051cf5330ba06f113de88de22c201f00677cbdc3.tar.bz2
Minor change to H5FDvfd_swmr.h include guard name
Diffstat (limited to 'src')
-rw-r--r--src/H5FDvfd_swmr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FDvfd_swmr.h b/src/H5FDvfd_swmr.h
index fd5c0bd..7d3b966 100644
--- a/src/H5FDvfd_swmr.h
+++ b/src/H5FDvfd_swmr.h
@@ -14,8 +14,8 @@
/*
* The public header file for the VFD SWMR driver.
*/
-#ifndef H5FDswmr_H
-#define H5FDswmr_H
+#ifndef H5FDvfd_swmr_H
+#define H5FDvfd_swmr_H
#include "H5api_adpt.h" /* H5_DLL */
#include "H5public.h" /* uint64_t *ahem* */
@@ -34,4 +34,4 @@ H5_DLL herr_t H5Pset_fapl_vfd_swmr(hid_t fapl_id);
}
#endif
-#endif /* H5FDswmr_H */
+#endif /* H5FDvfd_swmr_H */