Francois Gouget : oleaut32: Fix the spelling of an internal structure field name.

Alexandre Julliard julliard at winehq.org
Wed Aug 3 12:48:11 CDT 2011


Module: wine
Branch: master
Commit: c21bfe4479eb25da29fec1b018c2391ede8e7beb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c21bfe4479eb25da29fec1b018c2391ede8e7beb

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Aug  3 11:36:33 2011 +0200

oleaut32: Fix the spelling of an internal structure field name.

---

 dlls/oleaut32/usrmarshal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/oleaut32/usrmarshal.c b/dlls/oleaut32/usrmarshal.c
index 97bfef7..c67f384 100644
--- a/dlls/oleaut32/usrmarshal.c
+++ b/dlls/oleaut32/usrmarshal.c
@@ -190,7 +190,7 @@ void WINAPI BSTR_UserFree(ULONG *pFlags, BSTR *pstr)
 typedef struct
 {
     DWORD clSize;
-    DWORD rpcReserverd;
+    DWORD rpcReserved;
     USHORT vt;
     USHORT wReserved1;
     USHORT wReserved2;
@@ -459,7 +459,7 @@ unsigned char * WINAPI VARIANT_UserMarshal(ULONG *pFlags, unsigned char *Buffer,
     header = (variant_wire_t *)Buffer; 
 
     header->clSize = 0; /* fixed up at the end */
-    header->rpcReserverd = 0;
+    header->rpcReserved = 0;
     header->vt = pvar->n1.n2.vt;
     header->wReserved1 = pvar->n1.n2.wReserved1;
     header->wReserved2 = pvar->n1.n2.wReserved2;




More information about the wine-cvs mailing list