include: Move "inline" right after the storage specifier.

This commit is contained in:
Michael Stefaniuc 2012-06-05 11:35:34 +02:00 committed by Alexandre Julliard
parent e8c283c009
commit 2e3c0d86cf

View file

@ -200,7 +200,7 @@ struct statvfs
#endif
#ifndef NAN
static float inline __port_nan(void)
static inline float __port_nan(void)
{
static const unsigned __nan_bytes = 0x7fc00000;
return *(const float *)&__nan_bytes;