From 2b33e7ca2e8fe529cd3c989564d5e5a1c26180e7 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 13 May 2010 08:14:45 -0500 Subject: [svn-r18785] Description: Fix unterminated comment. Tested on: None - just eyeballed. --- tools/h5diff/h5diffgentest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12