diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-05-13 15:40:25 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-05-13 15:40:25 (GMT) |
commit | 1de32d9f71b394cce3d5e273fb5734e0c28a7bfd (patch) | |
tree | 4301a69ba4700a222a9eae3238ff4befbba71bb3 /tools | |
parent | 8fc87f22672fcd0128db11d98624f1dfaba50afe (diff) | |
download | hdf5-1de32d9f71b394cce3d5e273fb5734e0c28a7bfd.zip hdf5-1de32d9f71b394cce3d5e273fb5734e0c28a7bfd.tar.gz hdf5-1de32d9f71b394cce3d5e273fb5734e0c28a7bfd.tar.bz2 |
[svn-r1254] changed a type in the include file name
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 28a1cef..dde74b5 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -1,7 +1,7 @@ #include "h5dump.h" #include <stdio.h> #include "H5private.h" -#include "H5tools.h" +#include "h5tools.h" static int display_data = 1; static int status = 0; |