From 92190ee3632a7848abd5d7783e1dc3c5cef744ee Mon Sep 17 00:00:00 2001 From: krw Date: Fri, 2 Jun 2023 00:10:25 +0000 Subject: [PATCH] Missed a trailing space. --- sys/arch/sparc64/stand/ofwboot/elf64_exec.c | 4 ++-- 1 file 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; -- 2.20.1