Skip to content

Commit d4bf311

Browse files
mardyfincs
authored andcommitted
lwpcompat: fix return value of LWP_SemPost()
1 parent b0cecf4 commit d4bf311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libogc/lwpcompat/lwpc_sem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ s32 LWP_SemPost(sem_t sem)
7070
}
7171

7272
PPCIrqUnlockByMsr(st);
73-
return -1;
73+
return 0;
7474
}

0 commit comments

Comments
 (0)