[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
This commit is contained in:
Quincey Koziol 2005-01-06 16:21:52 -05:00
parent 9dba568fc3
commit 4357fccbd3

View File

@ -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 */