diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-16 20:38:05 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-16 20:38:05 (GMT) |
commit | 8040a0f38168981415a3350bc7baa01a6d6409b8 (patch) | |
tree | d54770148ac9da19970cb1fe38706e36240af9e5 /tools/lib/h5diff.c | |
parent | f02a3bd46d1688345dfc11e2179098c2b504b70a (diff) | |
download | hdf5-8040a0f38168981415a3350bc7baa01a6d6409b8.zip hdf5-8040a0f38168981415a3350bc7baa01a6d6409b8.tar.gz hdf5-8040a0f38168981415a3350bc7baa01a6d6409b8.tar.bz2 |
[svn-r12928] code revision
Diffstat (limited to 'tools/lib/h5diff.c')
-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 7907d38..bc0f7cc 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -382,7 +382,7 @@ hsize_t diff_match (hid_t file1_id, unsigned infile[2]; char c1, c2; hsize_t nfound = 0; - int i; + unsigned i; /*------------------------------------------------------------------------- * build the list |