diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-06 21:21:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-06 21:21:52 (GMT) |
commit | 4357fccbd3bb8367d54604eefc9ea7c537edb023 (patch) | |
tree | 0148a51c3c08086d2e9cd8f362b903f02e544997 /src | |
parent | 9dba568fc3cc1cb69011a457b45f5683deb82016 (diff) | |
download | hdf5-4357fccbd3bb8367d54604eefc9ea7c537edb023.zip hdf5-4357fccbd3bb8367d54604eefc9ea7c537edb023.tar.gz hdf5-4357fccbd3bb8367d54604eefc9ea7c537edb023.tar.bz2 |
[svn-r9762] Purpose:
Code cleanup
Description:
Change pablo mask to conform to the style used by the rest of the library
Platforms tested:
None needed - very, very minor
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Dio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c index 24302b2..fffb97f 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -16,7 +16,7 @@ /* Pablo information */ /* (Put before include files to avoid problems with inline functions) */ -#define PABLO_MASK H5Dio_mask +#define PABLO_MASK H5D_io_mask #include "H5private.h" /* Generic Functions */ #include "H5Dpkg.h" /* Dataset functions */ |