diff options
-rw-r--r-- | tools/lib/h5diff_array.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c index b8d2a12..e65ae83 100644 --- a/tools/lib/h5diff_array.c +++ b/tools/lib/h5diff_array.c @@ -243,7 +243,7 @@ int diff_array_mem( void *_mem1, break; /*------------------------------------------------------------------------- - * H5T_STRING, H5T_BITFIELD, H5T_OPAQUE, H5T_REFERENCE, H5T_ENUM: + * H5T_STRING *------------------------------------------------------------------------- */ case H5T_STRING: @@ -271,7 +271,7 @@ int diff_array_mem( void *_mem1, break; /*------------------------------------------------------------------------- - * H5T_BITFIELD, H5T_OPAQUE, H5T_REFERENCE, H5T_ENUM: + * H5T_BITFIELD, H5T_OPAQUE, H5T_ENUM *------------------------------------------------------------------------- */ case H5T_BITFIELD: |