diff options
-rw-r--r-- | tools/lib/h5tools.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c index c97914a..b2c4cec 100644 --- a/tools/lib/h5tools.c +++ b/tools/lib/h5tools.c @@ -164,12 +164,12 @@ h5tools_fopen(const char *fname, const char *driver, char *drivername, const char *name; hid_t fapl; } drivers_list[] = { - { "sec2", FAIL }, - { "family", FAIL }, - { "split", FAIL }, - { "multi", FAIL }, + { "sec2", FAIL } + ,{ "family", FAIL } + ,{ "split", FAIL } + ,{ "multi", FAIL } #ifdef H5_HAVE_STREAM - { "stream", FAIL }, + ,{ "stream", FAIL } #endif /* H5_HAVE_STREAM */ }; /* This enum should match the entries in the above drivers_list since they |