update comments
parent
02c9b28991
commit
5a04e35ff6
|
@ -36,4 +36,4 @@ int32_t AF_size(byte* f) {
|
||||||
byte* p = f;
|
byte* p = f;
|
||||||
for (; *p != RET; ++p);
|
for (; *p != RET; ++p);
|
||||||
return p - f + 1;
|
return p - f + 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue