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

Michael Stefaniuc mstefani at redhat.de
Tue Apr 5 09:18:38 CDT 2011


---
 dlls/wininet/http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c
index 5258c2e..e775bc0 100644
--- a/dlls/wininet/http.c
+++ b/dlls/wininet/http.c
@@ -254,7 +254,7 @@ typedef struct {
     DWORD chunk_size;
 } chunked_stream_t;
 
-static void inline destroy_data_stream(data_stream_t *stream)
+static inline void destroy_data_stream(data_stream_t *stream)
 {
     stream->vtbl->destroy(stream);
 }
-- 
1.7.4.1



More information about the wine-patches mailing list