diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-17 16:12:59 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-17 16:12:59 (GMT) |
commit | b2d917437dde37938ce27753b9bf22899bf1f6a9 (patch) | |
tree | c1a7ca0939b4959e2a7d438b61466045272fe5aa /src/H5detect.c | |
parent | d53c9be189578c63b67b23495e396f21819c373d (diff) | |
download | hdf5-b2d917437dde37938ce27753b9bf22899bf1f6a9.zip hdf5-b2d917437dde37938ce27753b9bf22899bf1f6a9.tar.gz hdf5-b2d917437dde37938ce27753b9bf22899bf1f6a9.tar.bz2 |
Minor refactoring based on 1.10 normalization work
Diffstat (limited to 'src/H5detect.c')
-rw-r--r-- | src/H5detect.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5detect.c b/src/H5detect.c index 138695b..ac416aa 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -43,6 +43,9 @@ static const char *FileHeader = "\n\ */ #undef NDEBUG #include "H5private.h" +/* Do NOT use HDfprintf in this file as it is not linked with the library, + * which contains the H5system.c file in which the function is defined. + */ #include "H5Tpublic.h" #include "H5Rpublic.h" |