diff options
Diffstat (limited to 'src/H5FDvfd_swmr.h')
-rw-r--r-- | src/H5FDvfd_swmr.h | 6 |
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 */ |