瀏覽代碼

sh_ldso: Fix typo: missing semi-colon.

Carmelo Amoroso 16 年之前
父節點
當前提交
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;
 		}
 	}