summaryrefslogtreecommitdiffstats
path: root/tools/h5stat
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-27 19:25:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-27 19:25:22 (GMT)
commit6765de0c65a11fe6d039812255a0160b56c2bd8b (patch)
tree9affdd243eea8dc24b4cce66fad00f435a131112 /tools/h5stat
parentc8458f779cc3dc97e2692009c7d22b3df71a1c92 (diff)
downloadhdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.zip
hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.tar.gz
hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.tar.bz2
[svn-r21991] Cleanup minor issues found during 518 merge
Diffstat (limited to 'tools/h5stat')
-rw-r--r--tools/h5stat/h5stat_gentest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5stat/h5stat_gentest.c b/tools/h5stat/h5stat_gentest.c
index e333128..a7bb4b0 100644
--- a/tools/h5stat/h5stat_gentest.c
+++ b/tools/h5stat/h5stat_gentest.c
@@ -42,7 +42,7 @@ static void gen_file(void)
{
hid_t fcpl; /* File creation property */
hid_t fapl; /* File access property */
- hid_t file; /* File id */
+ hid_t file; /* File id */
hid_t gid; /* Group id */
hid_t type_id; /* Datatype id */
hid_t space_id; /* Dataspace id */
@@ -50,7 +50,7 @@ static void gen_file(void)
hid_t dset_id; /* Dataset id */
char name[30]; /* Group name */
char attrname[30]; /* Attribute name */
- int ret; /* Return value */
+ int ret; /* Return value */
int i; /* Local index variable */
fapl = H5Pcreate(H5P_FILE_ACCESS);