diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-01 09:41:25 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-01 09:41:25 +0200 |
| commit | 9e4a472c109d91ae9550b9474425ce16e081894b (patch) | |
| tree | 9acdadaee3deefa74fb0bfd17cbec308ef2d4a33 /Kernel/KernelKit/HError.hpp | |
| parent | 8ee087a640c2ecf592555457f38ff152bd2f2d2e (diff) | |
IMP: NewFS: Update ErrLocal if file we want to create exists.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit/HError.hpp')
| -rw-r--r-- | Kernel/KernelKit/HError.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/KernelKit/HError.hpp b/Kernel/KernelKit/HError.hpp index e893f938..4a2bfa0b 100644 --- a/Kernel/KernelKit/HError.hpp +++ b/Kernel/KernelKit/HError.hpp @@ -21,7 +21,7 @@ namespace NewOS inline constexpr HError kErrorSuccess = 0; inline constexpr HError kErrorExecutable = 33; - inline constexpr HError kErrorExecutableLib = 34; // no such library!!! + inline constexpr HError kErrorExecutableLib = 34; inline constexpr HError kErrorFileNotFound = 35; inline constexpr HError kErrorDirectoryNotFound = 36; inline constexpr HError kErrorDiskReadOnly = 37; |
