Skip to content

Commit

Permalink
Complete the if command line option sentence. (HDFGroup#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and jhendersonHDF committed Dec 7, 2023
1 parent 75f8845 commit 57f98d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/h5dump/h5dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ main(int argc, char *argv[])
goto done;
}

/* enable error reporting if command line option */
/* Enable error reporting if --enable-error-stack command line option is specified */
h5tools_error_report();

/* Initialize indexing options */
Expand Down

0 comments on commit 57f98d4

Please sign in to comment.