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

Michael Stefaniuc mstefani at redhat.de
Tue Jun 5 04:35:34 CDT 2012


---
 include/wine/port.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wine/port.h b/include/wine/port.h
index 705716e..4b653c7 100644
--- a/include/wine/port.h
+++ b/include/wine/port.h
@@ -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;
-- 
1.7.4.1



More information about the wine-patches mailing list