summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-01-06 21:22:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-01-06 21:22:22 (GMT)
commit29a56c1d2e88c0bd43c87d574f74188a83c5cddb (patch)
tree761ee85e5f7f26564fb97ad5518d1432c86e82e2 /src
parent8e9ce522e942cc3b1b516df4ecd66e4b6428de8f (diff)
downloadhdf5-29a56c1d2e88c0bd43c87d574f74188a83c5cddb.zip
hdf5-29a56c1d2e88c0bd43c87d574f74188a83c5cddb.tar.gz
hdf5-29a56c1d2e88c0bd43c87d574f74188a83c5cddb.tar.bz2
[svn-r9763] 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c
index addb20d..03cbf9d 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 */