diff options
Diffstat (limited to 'src/H5Flow.c')
-rw-r--r-- | src/H5Flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Flow.c b/src/H5Flow.c index 2ec0897e..d0b96e2 100644 --- a/src/H5Flow.c +++ b/src/H5Flow.c @@ -17,7 +17,7 @@ #define addr_defined(X) (((uint64_t)(-1)!=(X)->offset) ? TRUE : FALSE) -#define PABLO_MASK H5F_low +#define PABLO_MASK H5F_low_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL |