From 4357fccbd3bb8367d54604eefc9ea7c537edb023 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 6 Jan 2005 16:21:52 -0500 Subject: [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 --- src/H5Dio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12