summaryrefslogtreecommitdiffstats
path: root/tools/h5toh4/h5toh4.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5toh4/h5toh4.c')
-rw-r--r--tools/h5toh4/h5toh4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5toh4/h5toh4.c b/tools/h5toh4/h5toh4.c
index 853bfd8..fca2cf4 100644
--- a/tools/h5toh4/h5toh4.c
+++ b/tools/h5toh4/h5toh4.c
@@ -621,7 +621,7 @@ int32 status;
int32 h4_type;
int32 recsize;
int32 n_records, num_of_recs, record_pos;
-intn nmembers;
+int nmembers;
char *buffer=NULL; /* read/write buffer*/
char fieldname_list[4096] = "\0";
char *fieldname=NULL;