Skip to content

Commit 81dd083

Browse files
author
H. Peter Anvin
committed
outelf.c: remove stray semicolon
Harmless, but undesirable. Fixes: #57 Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
1 parent 0c3a964 commit 81dd083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/outelf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ static void elf_init(void)
528528
saa_wbytes(strs, elf_module, strlen(elf_module)+1);
529529
strslen = 2 + strlen(elf_module);
530530
shstrtab = NULL;
531-
shstrtablen = shstrtabsize = 0;;
531+
shstrtablen = shstrtabsize = 0;
532532
add_sectname("", ""); /* SHN_UNDEF */
533533

534534
fwds = NULL;

0 commit comments

Comments
 (0)