| 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/mapping.c b/server/mapping.c index 9b123e2..566f6dc 100644 --- a/server/mapping.c +++ b/server/mapping.c
@@ -266,7 +266,7 @@ } /* get the size of the unix file associated with the mapping */ -inline static int get_file_size( struct file *file, file_pos_t *size ) +static inline int get_file_size( struct file *file, file_pos_t *size ) { struct stat st; int unix_fd = get_file_unix_fd( file );