From 154c03bbbea9b5d9e130ff3faa0cdbc5a8f7fb14 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 1 Jul 2011 14:28:16 +0000 Subject: [PATCH] missing 'static inline' fixed --- src/h5core/h5_hdf5_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/h5core/h5_hdf5_private.h b/src/h5core/h5_hdf5_private.h index d340f4b..50d395e 100644 --- a/src/h5core/h5_hdf5_private.h +++ b/src/h5core/h5_hdf5_private.h @@ -685,7 +685,7 @@ hdf5_get_npoints_of_dataset_by_name ( \param[in] rank rank of array \param[in] dims dimensions */ -char_p +static inline char_p hdf5_get_type_name ( hid_t type_id ) { @@ -704,7 +704,7 @@ hdf5_get_type_name ( return "[unknown]"; } -static const char* +static inline static const char* get_class_type_name ( const hid_t class_id ) {