summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibSCI')
-rw-r--r--dev/LibSCI/LPC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibSCI/LPC.h b/dev/LibSCI/LPC.h
index 83bcd824..8631f3de 100644
--- a/dev/LibSCI/LPC.h
+++ b/dev/LibSCI/LPC.h
@@ -50,7 +50,7 @@ inline constexpr ErrObject kErrorInvalidCreds = 61;
inline constexpr ErrObject kErrorCDTrayBroken = 62;
inline constexpr ErrObject kErrorUnrecoverableDisk = 63;
inline constexpr ErrObject kErrorFileLocked = 64;
-inline constexpr ErrObject kErrorUnimplemented = 0;
+inline constexpr ErrObject kErrorUnimplemented = -1;
/// @brief The last error reported by the system to the process.
IMPORT_C ErrObject kLastError;