Commit a695805c authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winedump: Write-strings warnings fix.

parent 100e2421
...@@ -139,7 +139,7 @@ static const char * const DirectoryNames[16] = { ...@@ -139,7 +139,7 @@ static const char * const DirectoryNames[16] = {
"IAT", "Delay IAT", "COM Descript", "" "IAT", "Delay IAT", "COM Descript", ""
}; };
static char *get_magic_type(WORD magic) static const char *get_magic_type(WORD magic)
{ {
switch(magic) { switch(magic) {
case IMAGE_NT_OPTIONAL_HDR32_MAGIC: case IMAGE_NT_OPTIONAL_HDR32_MAGIC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment