summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5Tcommit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c
index 77ffe35..f8a13fa 100644
--- a/src/H5Tcommit.c
+++ b/src/H5Tcommit.c
@@ -135,7 +135,7 @@ done:
* before it was committed. */
if(TRUE == uncommit) {
#ifdef JAMES
- // JAMES: I'm not convinced that this really works anyway
+ /* JAMES: I'm not convinced that this really works anyway */
if(type->shared->state == H5T_STATE_OPEN && type->sh_loc.flags & H5O_COMMITTED_FLAG)) {
/* Remove the datatype from the list of opened objects in the file */
if(H5FO_top_decr(type->oloc.file, type->oloc.addr) < 0)