dbghelp: Add a return statement for the default/assert case in elf_map_file.
This commit is contained in:
parent
15140a722e
commit
d93b6c0aa2
|
@ -294,6 +294,7 @@ static BOOL elf_map_file(struct elf_map_file_data* emfd, struct image_file_map*
|
|||
filename = NULL;
|
||||
break;
|
||||
default: assert(0);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
elf_reset_file_map(fmap);
|
||||
|
|
Loading…
Reference in New Issue