Skip to content
Snippets Groups Projects
Commit 2e3c0d86 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

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

parent e8c283c0
No related branches found
Tags wine-1.3.17
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment