Explorar o código

sh_ldso: Fix typo: missing semi-colon.

Carmelo Amoroso %!s(int64=15) %!d(string=hai) anos
pai
achega
b7c9498cee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ldso/ldso/sh/elfinterp.c

+ 1 - 1
ldso/ldso/sh/elfinterp.c

@@ -190,7 +190,7 @@ _dl_do_reloc (struct elf_resolve *tpnt,struct dyn_elf *scope,
 			 * The caller should handle the error: undefined reference to weak symbols
 			 * are not fatal.
 			 */
-			return 1
+			return 1;
 		}
 	}