[svn-r18785] Description:

Fix unterminated comment.

Tested on:
    None - just eyeballed.
This commit is contained in:
Quincey Koziol 2010-05-13 08:14:45 -05:00
parent bb26d1fe8d
commit 2b33e7ca2e

View File

@ -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)