Commit 2e3c0d86 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent e8c283c0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment