summaryrefslogtreecommitdiffstats
path: root/tools/h5dumptst.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-07-09 14:43:44 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-07-09 14:43:44 (GMT)
commit9a2028f254f9efe2ef5e637127754bc54b31cb1c (patch)
treeba020e8f1243a575e272cd44de80e1a264873649 /tools/h5dumptst.c
parent7f7aa9f1ddf0d6ce3fecaccc41a983f7ad92729a (diff)
downloadhdf5-9a2028f254f9efe2ef5e637127754bc54b31cb1c.zip
hdf5-9a2028f254f9efe2ef5e637127754bc54b31cb1c.tar.gz
hdf5-9a2028f254f9efe2ef5e637127754bc54b31cb1c.tar.bz2
[svn-r1453]
removed the comma after the last enum type in the file
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 */