We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3a964 commit 81dd083Copy full SHA for 81dd083
output/outelf.c
@@ -528,7 +528,7 @@ static void elf_init(void)
528
saa_wbytes(strs, elf_module, strlen(elf_module)+1);
529
strslen = 2 + strlen(elf_module);
530
shstrtab = NULL;
531
- shstrtablen = shstrtabsize = 0;;
+ shstrtablen = shstrtabsize = 0;
532
add_sectname("", ""); /* SHN_UNDEF */
533
534
fwds = NULL;
0 commit comments