diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-04 14:44:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-04 14:44:48 (GMT) |
commit | 190878d7977ab052cf4eaa5a2819cc8e4c59628c (patch) | |
tree | 8d0f81c19aa38445f5cf287bec3b266e2d170b77 /tools/h5diff | |
parent | 1fff6f29d5c80f15ccd94950e9150e43a4f80a87 (diff) | |
download | hdf5-190878d7977ab052cf4eaa5a2819cc8e4c59628c.zip hdf5-190878d7977ab052cf4eaa5a2819cc8e4c59628c.tar.gz hdf5-190878d7977ab052cf4eaa5a2819cc8e4c59628c.tar.bz2 |
[svn-r20186] Verify/cleanup code due to debugging changes
Tested: local linux
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/h5diff_common.c | 2 | ||||
-rw-r--r-- | tools/h5diff/h5diffgentest.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5diff/h5diff_common.c b/tools/h5diff/h5diff_common.c index 84eb49a..4870cdb 100644 --- a/tools/h5diff/h5diff_common.c +++ b/tools/h5diff/h5diff_common.c @@ -104,7 +104,7 @@ void parse_command_line(int argc, options->m_report = 1; break; case 'l': - options->follow_links = 1; + options->follow_links = 1; break; case 'x': options->no_dangle_links = 1; diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c index c3a92cb..97087ab 100644 --- a/tools/h5diff/h5diffgentest.c +++ b/tools/h5diff/h5diffgentest.c @@ -952,7 +952,7 @@ int test_datasets(const char *file, /*------------------------------------------------------------------------- * -* Purpose: Create test files to compare links, one has longer name than +* Purpose: Create test files to compare links, one has longer name than * the other and short name is subset of long name. * * Programmer: Jonathan Kim (Feb 17, 2010) |