diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2023-06-02 00:10:26 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2023-06-02 00:10:26 +0000 |
commit | fe0c8fd960a06c638b2660d24ad75e8a0c6dcdf2 (patch) | |
tree | 5c8bb9bd1d0c32bfac8266ee806ef297436ab72d /sys/arch/sparc64/stand/ofwboot | |
parent | 1ae9f3a754fc9e165ecd1b48c9cb1df223d1d95a (diff) |
Missed a trailing space.
Diffstat (limited to 'sys/arch/sparc64/stand/ofwboot')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/elf64_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/elf64_exec.c b/sys/arch/sparc64/stand/ofwboot/elf64_exec.c index 911f8018c55..6fe116eb563 100644 --- a/sys/arch/sparc64/stand/ofwboot/elf64_exec.c +++ b/sys/arch/sparc64/stand/ofwboot/elf64_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elf64_exec.c,v 1.14 2023/06/01 17:24:56 krw Exp $ */ +/* $OpenBSD: elf64_exec.c,v 1.15 2023/06/02 00:10:25 krw Exp $ */ /* $NetBSD: elfXX_exec.c,v 1.2 2001/08/15 20:08:15 eeh Exp $ */ /* @@ -221,7 +221,7 @@ elf64_exec(int fd, Elf_Ehdr *elf, u_int64_t *entryp, void **ssymp, void **esymp) if (shp->sh_type != SHT_SYMTAB && shp->sh_type != SHT_STRTAB && strcmp(shstr + shp->sh_name, ELF_CTF)) { - shp->sh_offset = 0; + shp->sh_offset = 0; continue; } size += shp->sh_size; |