diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-06 09:34:23 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-06 09:34:23 -0800 |
commit | 639d6699e9943c393f5fb5a9b84ab24e20bb7a93 (patch) | |
tree | 5598168abbf76adcd52476b1e10313d78a574eb0 /elf/dl-sym.c | |
parent | 868f7a4053502783ab0348736230f093a78f3d46 (diff) | |
download | glibc-639d6699e9943c393f5fb5a9b84ab24e20bb7a93.zip glibc-639d6699e9943c393f5fb5a9b84ab24e20bb7a93.tar.gz glibc-639d6699e9943c393f5fb5a9b84ab24e20bb7a93.tar.bz2 |
Fix up whitespaces.
Diffstat (limited to 'elf/dl-sym.c')
-rw-r--r-- | elf/dl-sym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-sym.c b/elf/dl-sym.c index 0fa3b3a..4faf05c 100644 --- a/elf/dl-sym.c +++ b/elf/dl-sym.c @@ -196,7 +196,7 @@ RTLD_NEXT used in code not dynamically loaded")); { DL_FIXUP_VALUE_TYPE fixup = DL_FIXUP_MAKE_VALUE (result, (ElfW(Addr)) value); - fixup = + fixup = ((DL_FIXUP_VALUE_TYPE (*) (void)) DL_FIXUP_VALUE_ADDR (fixup)) (); value = (void *) DL_FIXUP_VALUE_CODE_ADDR (fixup); } |