mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Fix bug in newly introduced service impl
This commit is contained in:
parent
f70d70f029
commit
251e57fa59
@ -17,7 +17,7 @@ static inline bool serviceIsActive(Service* s) {
|
||||
return s->type != ServiceType_Uninitialized;
|
||||
}
|
||||
|
||||
static inline bool serviceIpcDispatch(Service* s) {
|
||||
static inline Result serviceIpcDispatch(Service* s) {
|
||||
return ipcDispatch(s->handle);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user