From 5a04e35ff6dbed8376354669f96058e2176ace76 Mon Sep 17 00:00:00 2001 From: serr Date: Wed, 15 Jan 2025 19:00:36 +0300 Subject: [PATCH] update comments --- analysis_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_function.h b/analysis_function.h index 6b31c2e..cfaaded 100644 --- a/analysis_function.h +++ b/analysis_function.h @@ -36,4 +36,4 @@ int32_t AF_size(byte* f) { byte* p = f; for (; *p != RET; ++p); return p - f + 1; -} \ No newline at end of file +}