From 27763974e18bcd7d6f35d16be0088f53a76cc8c6 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 27 May 2010 14:07:37 +0000 Subject: [PATCH] type fixed --- src/h5core/h5_readwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5core/h5_readwrite.c b/src/h5core/h5_readwrite.c index 37d33aa..fdc983b 100644 --- a/src/h5core/h5_readwrite.c +++ b/src/h5core/h5_readwrite.c @@ -285,7 +285,7 @@ h5_get_dataset_type( TRY( h5priv_close_hdf5_type (f, hdf5_type) ); TRY( h5priv_close_hdf5_dataset (f, dset_id) ); - returntype; + return type; } h5_int64_t