mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-13 16:54:16 +03:00
fix indention-with-spaces
This commit is contained in:
parent
d53b1f820c
commit
f44e239f9f
@ -896,7 +896,7 @@ void *__dynlink(int argc, char **argv)
|
||||
lib->phdr = (void *)(aux[AT_BASE]+ehdr->e_phoff);
|
||||
find_map_range(lib->phdr, ehdr->e_phnum, ehdr->e_phentsize, lib);
|
||||
lib->dynv = (void *)(lib->base + find_dyn(lib->phdr,
|
||||
ehdr->e_phnum, ehdr->e_phentsize));
|
||||
ehdr->e_phnum, ehdr->e_phentsize));
|
||||
decode_dyn(lib);
|
||||
|
||||
if (aux[AT_PHDR]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user