diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-02-20 19:40:53 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-02-20 19:40:53 (GMT) |
commit | 1357f1a25b15a6a0ab74b79ffe91ed08ee007684 (patch) | |
tree | b6a262526d23ef285ab787e5143346112b1d48d6 /tools | |
parent | 771d1c8a36c454efd1597e8ede088446d25e66c0 (diff) | |
download | hdf5-1357f1a25b15a6a0ab74b79ffe91ed08ee007684.zip hdf5-1357f1a25b15a6a0ab74b79ffe91ed08ee007684.tar.gz hdf5-1357f1a25b15a6a0ab74b79ffe91ed08ee007684.tar.bz2 |
[svn-r16501] remove a strange character from a comment
tested: h5committest
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5diff_array.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c index 5d57a52..b7a4be6 100644 --- a/tools/lib/h5diff_array.c +++ b/tools/lib/h5diff_array.c @@ -356,9 +356,9 @@ hsize_t diff_array( void *_mem1, * H5T_COMPOUND * Recursively call this function for each member * H5T_ARRAY - * Recursively call this function for each element� + * Recursively call this function for each element * H5T_VLEN - * Recursively call this function for each element� + * Recursively call this function for each element * H5T_STRING * compare byte by byte in a cycle from 0 to type_size. this type_size is the * value obtained by the get_size function but it is the string lenght for |