mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-02-10 19:05:58 +07:00
Remove dead increment
This commit is contained in:
parent
20c6e18c37
commit
4321590770
@ -705,7 +705,6 @@ static int kmod_elf_get_symbols_symtab(const struct kmod_elf *elf, struct kmod_m
|
||||
a[count].symbol = itr;
|
||||
memcpy(itr, strings + last, slen);
|
||||
itr[slen] = '\0';
|
||||
itr += slen + 1;
|
||||
count++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user