summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-23 21:25:33 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-23 21:25:33 (GMT)
commitaf184d7e8c4a865ecb74b24796f73e896890ebc2 (patch)
treeb6c4e38823285717df61e2b5829cc4b40a63d56b /tools/lib/h5diff.h
parent507ab9cafb1ceb89ae52e1e53253c7efa50c0387 (diff)
downloadhdf5-af184d7e8c4a865ecb74b24796f73e896890ebc2.zip
hdf5-af184d7e8c4a865ecb74b24796f73e896890ebc2.tar.gz
hdf5-af184d7e8c4a865ecb74b24796f73e896890ebc2.tar.bz2
[svn-r8414] Purpose:
bug fix Description: added compability for the 1.4 version Solution: Platforms tested: free BSD linux Misc. update:
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r--tools/lib/h5diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h
index 0c52f76..09a96fd 100644
--- a/tools/lib/h5diff.h
+++ b/tools/lib/h5diff.h
@@ -108,7 +108,7 @@ int diff( hid_t file1_id,
hid_t file2_id,
const char *path2,
diff_opt_t *options,
- H5G_obj_t type );
+ H5G_obj_t1 type );
int diff_compare( hid_t file1_id,
const char *file1_name,