Browse Source

Remove duplicate semicolon

Rafał Wojdyła 5 years ago
parent
commit
e37d29fee0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LibOS/shim/src/elf/shim_rtld.c

+ 1 - 1
LibOS/shim/src/elf/shim_rtld.c

@@ -1269,7 +1269,7 @@ static int do_lookup (const char * undef_name, ElfW(Sym) * ref,
     sym = do_lookup_map(ref, undef_name, fast_hash, hash, internal_map);
 
     if (!sym)
-        return 0;;
+        return 0;
 
     switch (__builtin_expect (ELFW(ST_BIND) (sym->st_info), STB_GLOBAL)) {
         case STB_WEAK: