commit | b1788c8462a9e44b565c448d288b869eb65b75cd | [log] [tgz] |
---|---|---|
author | Andrew Talbot <Andrew.Talbot@talbotville.com> | Sat Mar 17 10:52:14 2007 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Mar 17 20:05:05 2007 +0100 |
tree | be6f4b8d076206543b05e1d50c872e0914ea4133 | |
parent | a33f71a32d1448ca16466da3640b29ce7bd1863f [diff] [blame] |
server: Replace inline static with static inline.
diff --git a/server/sock.c b/server/sock.c index 7c96f5f..5830190 100644 --- a/server/sock.c +++ b/server/sock.c
@@ -284,7 +284,7 @@ } } -inline static int sock_error( struct fd *fd ) +static inline int sock_error( struct fd *fd ) { unsigned int optval = 0, optlen;