diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-08 20:51:36 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-08 20:51:36 +0100 |
| commit | 2b69661a0b8cecb1f80c6376e866862553105f4a (patch) | |
| tree | 1e73a7da00586334331911760a8a360fc27abeab /src/libDDK | |
| parent | 1e3c3380df3f62173cc5599181cce131f28244de (diff) | |
feat: Add run option for KDevelop config.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libDDK')
| -rw-r--r-- | src/libDDK/DriverKit/ObjectKit/checksum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libDDK/DriverKit/ObjectKit/checksum.h b/src/libDDK/DriverKit/ObjectKit/checksum.h index 5f9859e2..92c63603 100644 --- a/src/libDDK/DriverKit/ObjectKit/checksum.h +++ b/src/libDDK/DriverKit/ObjectKit/checksum.h @@ -10,7 +10,7 @@ namespace Kernel::DDK { using IndexableBlob = char*; -using Indexable = char; +using Indexable = char; /// @note This uses the FNV 64-bit variant. /// @brief Performs a checksum computation for a memory region. |
