diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-01-24 15:01:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-01-24 15:01:52 (GMT) |
commit | a54b14727ed0be25fae74f15f5163a80ca69ce12 (patch) | |
tree | b6372bc7e5ae6a59256be183793ca8f0255b9329 /tools | |
parent | 615a1fc7ec94b1c2f23fe3595033181afbf5a9e3 (diff) | |
download | hdf5-a54b14727ed0be25fae74f15f5163a80ca69ce12.zip hdf5-a54b14727ed0be25fae74f15f5163a80ca69ce12.tar.gz hdf5-a54b14727ed0be25fae74f15f5163a80ca69ce12.tar.bz2 |
[svn-r11890] Purpose:
Fix typo
Description:
Fix typo in last commit, which was breaking 1.4 compatibility builds
Platforms tested:
FreeBSD 4.11 (sleipnir) w/1.4 compatbility
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index 64ee827..24a273d 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -408,7 +408,7 @@ hsize_t diff_compare( hid_t file1_id, hsize_t diff (hid_t file1_id, const char *path1, - hid_t file2_id, const char *path2, diff_opt_t * options, H5G_obj_t type) + hid_t file2_id, const char *path2, diff_opt_t * options, H5G_obj_t1 type) { hid_t type1_id=(-1); hid_t type2_id=(-1); |