diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-05-13 13:14:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-05-13 13:14:45 (GMT) |
commit | 2b33e7ca2e8fe529cd3c989564d5e5a1c26180e7 (patch) | |
tree | 41a40be1f9069009ca43254d5e88d1f46967d0b7 /tools | |
parent | bb26d1fe8d87167811f32a8991b7d21a93e068d6 (diff) | |
download | hdf5-2b33e7ca2e8fe529cd3c989564d5e5a1c26180e7.zip hdf5-2b33e7ca2e8fe529cd3c989564d5e5a1c26180e7.tar.gz hdf5-2b33e7ca2e8fe529cd3c989564d5e5a1c26180e7.tar.bz2 |
[svn-r18785] Description:
Fix unterminated comment.
Tested on:
None - just eyeballed.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5diff/h5diffgentest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c index 26adbf4..504c000 100644 --- a/tools/h5diff/h5diffgentest.c +++ b/tools/h5diff/h5diffgentest.c @@ -1420,7 +1420,7 @@ static int test_external_links(const char *fname1, const char *fname2) /*----------------------------------------------------------------------- * External Links *------------------------------------------------------------------------*/ - /*-------------- + /*--------------*/ /* source file */ status = H5Lcreate_external(fname2, "/target_group/x_dset", fid1, "ext_link_dset1", H5P_DEFAULT, H5P_DEFAULT); if (status < 0) |