diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-24 13:38:05 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-24 13:38:05 +0200 |
| commit | de88c44c68f3941e003ddaf13042875370f10978 (patch) | |
| tree | 14b0909de5d6d10fc7ef44fc470d210f21e94f25 /public/frameworks | |
| parent | e6185ca92212ab0686892a1a12efd392f895c1f7 (diff) | |
dev, tooling: Improve the tools and frameworks on userspace.
Details:
- See commit details for more.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/frameworks')
| -rw-r--r-- | public/frameworks/CoreFoundation.fwrk/headers/Array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Array.h b/public/frameworks/CoreFoundation.fwrk/headers/Array.h index 4b8cdbb2..e9a36ac4 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Array.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Array.h @@ -40,7 +40,7 @@ namespace CF { auto cnt = 0UL; - for (auto i = 0; i < N; ++i) + for (auto i = 0UL; i < N; ++i) { if (fArray[i]) ++cnt; |
