summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-10-31 10:17:28 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2024-10-31 10:17:28 +0100
commit829e0b036418187c45bd87b3d03eefcea2048f90 (patch)
tree4001d73b45b0766ac0af3bb4c70fc73e7aa66c03 /dev
parent83faed9caccdd47d3b443c2f563a9a0b3b0ca1e4 (diff)
FIX: Add ';' to end of mm_make_flags.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev')
-rw-r--r--dev/ZKAKit/KernelKit/Heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKAKit/KernelKit/Heap.h b/dev/ZKAKit/KernelKit/Heap.h
index 9fb455bb..d92b9c6d 100644
--- a/dev/ZKAKit/KernelKit/Heap.h
+++ b/dev/ZKAKit/KernelKit/Heap.h
@@ -51,7 +51,7 @@ namespace Kernel
/// @brief Overwrites and set the flags of a heap header.
/// @param heap_ptr the pointer to update.
/// @param flags the flags to set.
- Int32 mm_make_flags(VoidPtr heap_ptr, UInt64 flags)
+ Int32 mm_make_flags(VoidPtr heap_ptr, UInt64 flags);
/// @brief Gets the flags of a heap header.
/// @param heap_ptr the pointer to get.