diff options
Diffstat (limited to 'tools/h5tools.c')
-rw-r--r-- | tools/h5tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5tools.c b/tools/h5tools.c index 9328a44..a71116b 100644 --- a/tools/h5tools.c +++ b/tools/h5tools.c @@ -1849,7 +1849,7 @@ void indentation(int x) { /* Print the program name and the version information which is */ /* defined the same as the HDF5 library version. */ void -print_version(char *program_name) +print_version(const char *program_name) { printf("%s: Version %u.%u.%u%s%s\n", program_name, H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE, |