diff options
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r-- | tools/h5tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h index 0cbdc84..22ab2d3 100644 --- a/tools/h5tools.h +++ b/tools/h5tools.h @@ -432,5 +432,5 @@ extern int nCols; /* Definitions of useful routines */ -void print_version(char *program_name); +void print_version(const char *program_name); |