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

This commit is contained in:
Gerald Pfeifer 2011-03-31 20:21:17 +02:00 committed by Alexandre Julliard
parent 15140a722e
commit d93b6c0aa2
1 changed files with 1 additions and 0 deletions

View File

@ -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);