summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_util.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-01 17:09:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-01 17:09:01 (GMT)
commit9612b68b7d2b001a95cc2b48964a6a2fabe9af76 (patch)
tree8c3313456654bf28961362ef61b5a3d6db138df8 /tools/lib/h5diff_util.c
parent2804716f648c42d6bd85e1d4a942f7df204c93f2 (diff)
downloadhdf5-9612b68b7d2b001a95cc2b48964a6a2fabe9af76.zip
hdf5-9612b68b7d2b001a95cc2b48964a6a2fabe9af76.tar.gz
hdf5-9612b68b7d2b001a95cc2b48964a6a2fabe9af76.tar.bz2
Fix gif tool and h5dump
Diffstat (limited to 'tools/lib/h5diff_util.c')
-rw-r--r--tools/lib/h5diff_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5diff_util.c b/tools/lib/h5diff_util.c
index 896301d..16169a2 100644
--- a/tools/lib/h5diff_util.c
+++ b/tools/lib/h5diff_util.c
@@ -185,7 +185,7 @@ void print_type(hid_t type)
* Purpose: Returns a pointer to the last component absolute name
*-------------------------------------------------------------------------
*/
- const char*
+const char*
diff_basename(const char *name)
{
size_t i;
@@ -242,7 +242,7 @@ get_type(h5trav_type_t type)
* Purpose: Returns the sign as a string
*-------------------------------------------------------------------------
*/
- const char*
+const char*
get_sign(H5T_sign_t sign)
{
switch(sign) {
@@ -270,7 +270,7 @@ get_sign(H5T_sign_t sign)
* Purpose: Returns the class as a string
*-------------------------------------------------------------------------
*/
- const char*
+const char*
get_class(H5T_class_t tclass)
{
switch(tclass) {