summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2026-04-02 15:45:24 +0200
committerAmlal <amlalelmahrouss@icloud.com>2026-04-02 15:45:24 +0200
commita8de34d56d3da98ff151f7b237d86b6460bc04fc (patch)
tree7702775721199b7b78b140f6cd04f4d123f00a4d /src
parent8744f995856073adcf4822939a702cfa753342e4 (diff)
[CHORE] libThread: Add new line to `ThrExitThread`.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/libThread/src/Thread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libThread/src/Thread.cpp b/src/libThread/src/Thread.cpp
index 89a90e00..03e1322b 100644
--- a/src/libThread/src/Thread.cpp
+++ b/src/libThread/src/Thread.cpp
@@ -77,5 +77,6 @@ IMPORT_C SInt32 ThrExitThread(_Input ThreadRef ref, _Input SInt32 exit_code) {
if (kCurrentThread == ref) kCurrentThread = nullptr;
kThreadExitCodes[kThreadMapMax % ref->__hash] = exit_code;
+
return kErrorSuccess;
} \ No newline at end of file