summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-05-13 13:12:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-05-13 13:12:11 (GMT)
commite8b63136be54681e239b59696e8f38a834b3b487 (patch)
tree8ee7e59719656fdedd3c0db221c5cafbaabfe8e6 /tools
parentdf8026cc51c45c271b9ca439d6b5a13dccacd229 (diff)
downloadhdf5-e8b63136be54681e239b59696e8f38a834b3b487.zip
hdf5-e8b63136be54681e239b59696e8f38a834b3b487.tar.gz
hdf5-e8b63136be54681e239b59696e8f38a834b3b487.tar.bz2
[svn-r18784] Description:
Fix unterminated comment. Tested on: None - just eyeballed.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5diff/h5diffgentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c
index 3cf434b..cac8935 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)