diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-05-09 17:01:24 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-05-09 17:01:24 (GMT) |
commit | 23f2575276da30570c0ce42bdc2ca7f31c764fdc (patch) | |
tree | a7a9b9d59322649b923c1a7f04946510c0b7ac09 /tools/testfiles | |
parent | f474a093652aad41482db7ed2ddb346aaad0372d (diff) | |
download | hdf5-23f2575276da30570c0ce42bdc2ca7f31c764fdc.zip hdf5-23f2575276da30570c0ce42bdc2ca7f31c764fdc.tar.gz hdf5-23f2575276da30570c0ce42bdc2ca7f31c764fdc.tar.bz2 |
[svn-r2229] added semicolons after the opaque info
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/topaque.ddl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/topaque.ddl b/tools/testfiles/topaque.ddl index 742bd98..3e4dd40 100644 --- a/tools/testfiles/topaque.ddl +++ b/tools/testfiles/topaque.ddl @@ -5,8 +5,8 @@ HDF5 "topaque.h5" { GROUP "/" { DATASET "opaque test" { DATATYPE { - H5T_OPAQUE - OPAQUE_TAG "test opaque type" + H5T_OPAQUE; + OPAQUE_TAG "test opaque type"; } DATASPACE { SIMPLE ( 2 ) / ( 2 ) } DATA { |