diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-07-09 15:03:01 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-07-09 15:03:01 (GMT) |
commit | a0d8980758ef970fe02e072dcc56e8f77455caf9 (patch) | |
tree | 1e4309f20cfd2b2cb8d8dd58a93e25c1f3021ac6 /tools | |
parent | a2fee0c59b8b007397a8f6cc449573db173d2d29 (diff) | |
download | hdf5-a0d8980758ef970fe02e072dcc56e8f77455caf9.zip hdf5-a0d8980758ef970fe02e072dcc56e8f77455caf9.tar.gz hdf5-a0d8980758ef970fe02e072dcc56e8f77455caf9.tar.bz2 |
[svn-r1454]
removed the comma at the end of the enum data type
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dumptst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c index 1f2a859..3bcd7a6 100644 --- a/tools/h5dumptst.c +++ b/tools/h5dumptst.c @@ -42,7 +42,7 @@ typedef enum{ GREEN, BLUE, WHITE, - BLACK, + BLACK } enumtype; /* Compound datatype */ |