mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-10 19:23:41 +01:00
Style.
This commit is contained in:
parent
29b32cf142
commit
29dae2171e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
|||
{
|
||||
strncpy(path, kv->kve_path, pathlen);
|
||||
}
|
||||
ret = elf_map_image(ei, kv->kve_path);
|
||||
ret = elf_map_image (ei, kv->kve_path);
|
||||
break;
|
||||
}
|
||||
free_mem(buf, len1);
|
||||
|
|
Loading…
Reference in a new issue