diff options
Diffstat (limited to 'hl/tools/h5watch/h5watch.c')
-rw-r--r-- | hl/tools/h5watch/h5watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/h5watch.c b/hl/tools/h5watch/h5watch.c index 615504e..c5f6f8d 100644 --- a/hl/tools/h5watch/h5watch.c +++ b/hl/tools/h5watch/h5watch.c @@ -30,6 +30,7 @@ #define FIELD_SEP "," /* nested field separator */ #define DEFAULT_RETRY 10 /* number of times to try opening the file */ + /* * Note:(see comments in hl/src/H5LDprivate.h) * This tool uses private routines H5LD_construct_vector()and H5LD_clean_vector() @@ -108,7 +109,6 @@ static struct long_options l_opts[] = { { NULL, 0, '\0' } }; - /*------------------------------------------------------------------------- * Function: doprint() * |