소스 검색

sh_ldso: Fix typo: missing semi-colon.

Carmelo Amoroso 15 년 전
부모
커밋
b7c9498cee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 		}
 	}