browseui: Move 'static' to the beginning of the declaration specifier.

Michael Stefaniuc mstefani at redhat.de
Wed Feb 7 06:46:14 CST 2007


See C99 specification section 6.11.5.

---
 dlls/browseui/aclmulti.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/browseui/aclmulti.c b/dlls/browseui/aclmulti.c
index 380d71b..3fb49b8 100644
--- a/dlls/browseui/aclmulti.c
+++ b/dlls/browseui/aclmulti.c
@@ -58,9 +58,9 @@ typedef struct tagACLMulti {
     struct ACLMultiSublist *objs;
 } ACLMulti;
 
-const static IEnumStringVtbl ACLMultiVtbl;
-const static IACListVtbl ACLMulti_ACListVtbl;
-const static IObjMgrVtbl ACLMulti_ObjMgrVtbl;
+static const IEnumStringVtbl ACLMultiVtbl;
+static const IACListVtbl ACLMulti_ACListVtbl;
+static const IObjMgrVtbl ACLMulti_ObjMgrVtbl;
 
 static inline ACLMulti *impl_from_IACList(IACList *iface)
 {
-- 
1.4.4.2


-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.com
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070207/14e85260/attachment.pgp


More information about the wine-patches mailing list