summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/hdfgifwr.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 /hl/tools/gif2h5/hdfgifwr.c
parent2804716f648c42d6bd85e1d4a942f7df204c93f2 (diff)
downloadhdf5-9612b68b7d2b001a95cc2b48964a6a2fabe9af76.zip
hdf5-9612b68b7d2b001a95cc2b48964a6a2fabe9af76.tar.gz
hdf5-9612b68b7d2b001a95cc2b48964a6a2fabe9af76.tar.bz2
Fix gif tool and h5dump
Diffstat (limited to 'hl/tools/gif2h5/hdfgifwr.c')
-rw-r--r--hl/tools/gif2h5/hdfgifwr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/hdfgifwr.c b/hl/tools/gif2h5/hdfgifwr.c
index 6f5ab58..ed3e9e9 100644
--- a/hl/tools/gif2h5/hdfgifwr.c
+++ b/hl/tools/gif2h5/hdfgifwr.c
@@ -51,7 +51,7 @@
#include "gif.h"
-typedef BYTE byte;
+typedef GIFBYTE byte;
typedef long int count_int;
#ifdef __STDC__