diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-05-13 15:42:24 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-05-13 15:42:24 (GMT) |
commit | eca82b725ba9a77a0a1763df6db1d3b75293cfd6 (patch) | |
tree | e66065fdb9909921b828c5ab3fd391f9423439d2 | |
parent | 1de32d9f71b394cce3d5e273fb5734e0c28a7bfd (diff) | |
download | hdf5-eca82b725ba9a77a0a1763df6db1d3b75293cfd6.zip hdf5-eca82b725ba9a77a0a1763df6db1d3b75293cfd6.tar.gz hdf5-eca82b725ba9a77a0a1763df6db1d3b75293cfd6.tar.bz2 |
[svn-r1255] changed a typo in the include file here too
-rw-r--r-- | tools/h5dumputil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dumputil.c b/tools/h5dumputil.c index ad7b557..1393db0 100644 --- a/tools/h5dumputil.c +++ b/tools/h5dumputil.c @@ -11,7 +11,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "H5tools.h" +#include "h5tools.h" /* * The output functions need a temporary buffer to hold a piece of the |