Commit d93b6c0a authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

dbghelp: Add a return statement for the default/assert case in elf_map_file.

parent 15140a72
......@@ -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);
......
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