Zebediah Figura : include: Fix a byte offset in a comment.

Alexandre Julliard julliard at winehq.org
Thu Jul 8 16:43:49 CDT 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Wed Jul  7 20:39:23 2021 -0500

include: Fix a byte offset in a comment.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wine/winbase16.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wine/winbase16.h b/include/wine/winbase16.h
index 71493395f3a..1d052130e33 100644
--- a/include/wine/winbase16.h
+++ b/include/wine/winbase16.h
@@ -197,7 +197,7 @@ typedef struct _STACK16FRAME
     DWORD         callfrom_ip;    /* 18 callfrom tail IP */
     DWORD         module_cs;      /* 1c module code segment */
     DWORD         relay;          /* 20 relay function address */
-    WORD          entry_ip;       /* 22 entry point IP */
+    WORD          entry_ip;       /* 24 entry point IP */
     DWORD         entry_point;    /* 26 API entry point to call, reused as mutex count */
     WORD          bp;             /* 2a 16-bit stack frame chain */
     WORD          ip;             /* 2c return address */




More information about the wine-cvs mailing list