winedump: Fix the spelling of a string.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
12e085d7e6
commit
1c5b5ce2a5
|
@ -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 count = *(const unsigned short*)((const char*)type + 4);
|
||||||
int shift = 0;
|
int shift = 0;
|
||||||
const char* ptr = (const char*)type + 6;
|
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"};
|
"Pointer to metaclass", "Near32", "Far32"};
|
||||||
printf("\t%x => VT Shape #%d: ", curr_type, count);
|
printf("\t%x => VT Shape #%d: ", curr_type, count);
|
||||||
while (count--)
|
while (count--)
|
||||||
|
|
Loading…
Reference in New Issue