update comments

main
serr 2025-01-15 19:00:36 +03:00
parent 02c9b28991
commit 5a04e35ff6
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ int32_t AF_size(byte* f) {
byte* p = f;
for (; *p != RET; ++p);
return p - f + 1;
}
}