diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-02-17 16:13:41 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-02-17 16:13:41 (GMT) |
commit | 82cd7cca30d82e5b68ff8e9d2e10335d89ad9884 (patch) | |
tree | 596a7b17064657138056dd2a2b3111d9ef3056fb /tools/testfiles/tenum.ddl | |
parent | 669f39344f4af84741ef816cb69714d7f6fc8bc1 (diff) | |
download | hdf5-82cd7cca30d82e5b68ff8e9d2e10335d89ad9884.zip hdf5-82cd7cca30d82e5b68ff8e9d2e10335d89ad9884.tar.gz hdf5-82cd7cca30d82e5b68ff8e9d2e10335d89ad9884.tar.bz2 |
[svn-r1972] updated it for the removal of the newline from the dumper code
Diffstat (limited to 'tools/testfiles/tenum.ddl')
-rw-r--r-- | tools/testfiles/tenum.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tenum.ddl b/tools/testfiles/tenum.ddl index e0511d4..fdd3a60 100644 --- a/tools/testfiles/tenum.ddl +++ b/tools/testfiles/tenum.ddl @@ -11,7 +11,7 @@ GROUP "/" { "BLUE" 2; "WHITE" 3; "BLACK" 4; - } + }; } DATASET "table" { DATATYPE { H5T_ENUM |