Skip to content
Snippets Groups Projects
Commit d93b6c0a authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

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

parent 15140a72
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment