]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing opening brace.
authorUlrich Drepper <drepper@redhat.com>
Tue, 3 Mar 1998 09:19:35 +0000 (09:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 3 Mar 1998 09:19:35 +0000 (09:19 +0000)
sysdeps/alpha/dl-machine.h

index 4746527820f13dfa7d33fca4c9ae367af4a159bb..a91c24727c6f07f8727ea9c3ebab93b88a66517e 100644 (file)
@@ -387,6 +387,7 @@ elf_machine_rela (struct link_map *map,
          elf_alpha_fix_plt (map, reloc, (Elf64_Addr) reloc_addr, sym_value);
        }
       else
+       {
 #ifdef RTLD_BOOTSTRAP
          /* There is no point calling _dl_sysdep_error, it
             almost certainly hasn't been relocated properly.  */