winedump: Write-strings warnings fix.

This commit is contained in:
Andrew Talbot 2006-07-13 20:06:08 +01:00 committed by Alexandre Julliard
parent 100e24213f
commit a695805ced

View file

@ -139,7 +139,7 @@ static const char * const DirectoryNames[16] = {
"IAT", "Delay IAT", "COM Descript", ""
};
static char *get_magic_type(WORD magic)
static const char *get_magic_type(WORD magic)
{
switch(magic) {
case IMAGE_NT_OPTIONAL_HDR32_MAGIC: