mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 04:10:40 +00:00
Sourceforge Patch #37: Missing semicolon
This commit is contained in:
parent
1b46ebc7f4
commit
c47816cbf6
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ bool arch_checkarch(FAR const Elf32_Ehdr *ehdr)
|
|||
if ((ehdr->e_entry & 3) != 0)
|
||||
{
|
||||
bdbg("Entry point is not properly aligned: %08x\n", ehdr->e_entry);
|
||||
return -ENOEXEC
|
||||
return -ENOEXEC;
|
||||
}
|
||||
|
||||
/* TODO: Check ABI here. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue