Module: wine Branch: master Commit: 1c5b5ce2a57780c3955cb0bde77f38521fccd3c8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1c5b5ce2a57780c3955cb0bde...
Author: Michael Stefaniuc mstefani@winehq.org Date: Tue Jun 4 20:28:22 2019 +0200
winedump: Fix the spelling of a string.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/winedump/msc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/winedump/msc.c b/tools/winedump/msc.c index 5f7765f..fbe7f9e5 100644 --- a/tools/winedump/msc.c +++ b/tools/winedump/msc.c @@ -825,7 +825,7 @@ static void codeview_dump_one_type(unsigned curr_type, const union codeview_type int count = *(const unsigned short*)((const char*)type + 4); int shift = 0; const char* ptr = (const char*)type + 6; - const char* desc[] = {"Near", "Far", "Thin", "Disp to outtermost", + const char* desc[] = {"Near", "Far", "Thin", "Disp to outermost", "Pointer to metaclass", "Near32", "Far32"}; printf("\t%x => VT Shape #%d: ", curr_type, count); while (count--)