mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r2243] h5dump.c: Removed some Carriage-return's
h5tools.c h5tools.h: Modified print_version() to use const char * argument instead.
This commit is contained in:
parent
e02e441734
commit
0662396e13
@ -432,9 +432,9 @@ H5G_stat_t statbuf;
|
||||
|
||||
case H5T_OPAQUE:
|
||||
printf( "\n");
|
||||
indentation (indent+COL);
|
||||
indentation (indent+COL);
|
||||
printf("H5T_OPAQUE;\n");
|
||||
indentation (indent+COL);
|
||||
indentation (indent+COL);
|
||||
printf("OPAQUE_TAG \"%s\";\n", H5Tget_tag(type));
|
||||
indentation (indent);
|
||||
break;
|
||||
|
@ -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,
|
||||
|
@ -432,5 +432,5 @@ extern int nCols;
|
||||
|
||||
|
||||
/* Definitions of useful routines */
|
||||
void print_version(char *program_name);
|
||||
void print_version(const char *program_name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user