summaryrefslogtreecommitdiffstats
path: root/tools/h5dumptst.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-07-09 15:03:01 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-07-09 15:03:01 (GMT)
commita0d8980758ef970fe02e072dcc56e8f77455caf9 (patch)
tree1e4309f20cfd2b2cb8d8dd58a93e25c1f3021ac6 /tools/h5dumptst.c
parenta2fee0c59b8b007397a8f6cc449573db173d2d29 (diff)
downloadhdf5-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/h5dumptst.c')
-rw-r--r--tools/h5dumptst.c2
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 */