mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
spacing.
This commit is contained in:
parent
be28c77c6d
commit
5fe9512828
@ -486,7 +486,7 @@ kore_mem_find(void *src, size_t slen, void *needle, size_t len)
|
||||
{
|
||||
size_t pos;
|
||||
|
||||
for(pos = 0; pos < slen; pos++) {
|
||||
for (pos = 0; pos < slen; pos++) {
|
||||
if ( *((u_int8_t *)src + pos) != *(u_int8_t *)needle)
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user