From b8d4db4b015d86b7d3c6e61d06d39473c2c9b815 Mon Sep 17 00:00:00 2001 From: Dominik Brodowski Date: Sun, 22 Nov 2015 15:11:31 +0100 Subject: Fixes for gcc5, spelling fixes Noted by Jacco Geul. Signed-off-by: Dominik Brodowski --- nrlmsise-00.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nrlmsise-00.h') diff --git a/nrlmsise-00.h b/nrlmsise-00.h index d490a21..d596a82 100644 --- a/nrlmsise-00.h +++ b/nrlmsise-00.h @@ -216,7 +216,7 @@ void ghp7 (struct nrlmsise_input *input, \ * and thus the loading time is increased. */ #ifdef INLINE -#define __inline_double inline double +#define __inline_double static inline double #else #define __inline_double double #endif -- cgit v1.2.3