diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-11 18:06:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-11 18:06:51 (GMT) |
commit | 01e9075358e6b1212d45dd13613203110c8f5373 (patch) | |
tree | 639d65504feb70e8c74fbb3ee4cef050b7b60197 /tools/h5ls/h5ls.c | |
parent | 2c92c3ca18ca65ee0bf1e02235ba668808d39030 (diff) | |
download | hdf5-01e9075358e6b1212d45dd13613203110c8f5373.zip hdf5-01e9075358e6b1212d45dd13613203110c8f5373.tar.gz hdf5-01e9075358e6b1212d45dd13613203110c8f5373.tar.bz2 |
[svn-r7211] Purpose:
Code cleanup
Description:
Various code cleanups suggested by lint tool
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Diffstat (limited to 'tools/h5ls/h5ls.c')
-rw-r--r-- | tools/h5ls/h5ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index 1d3064a..e0cf357 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -1600,7 +1600,7 @@ dataset_list2(hid_t dset, const char UNUSED *name) printf("\n"); /* Print address information */ - if (address_g) H5Ddebug(dset, 0); + if (address_g) H5Ddebug(dset); /* Close stuff */ H5Tclose(type); |