Zebediah Figura : include: Fix a byte offset in a comment.
Module: wine Branch: master Commit: f251f51d1ca78d1bff632a5587ba83f7212a4f9d URL: https://source.winehq.org/git/wine.git/?a=commit;h=f251f51d1ca78d1bff632a558... Author: Zebediah Figura <zfigura(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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 */
participants (1)
-
Alexandre Julliard