summaryrefslogtreecommitdiffstats
path: root/tools/h5dump.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-05-13 15:40:25 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-05-13 15:40:25 (GMT)
commit1de32d9f71b394cce3d5e273fb5734e0c28a7bfd (patch)
tree4301a69ba4700a222a9eae3238ff4befbba71bb3 /tools/h5dump.c
parent8fc87f22672fcd0128db11d98624f1dfaba50afe (diff)
downloadhdf5-1de32d9f71b394cce3d5e273fb5734e0c28a7bfd.zip
hdf5-1de32d9f71b394cce3d5e273fb5734e0c28a7bfd.tar.gz
hdf5-1de32d9f71b394cce3d5e273fb5734e0c28a7bfd.tar.bz2
[svn-r1254] changed a type in the include file name
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r--tools/h5dump.c2
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;