mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 21:02:39 +02:00
Fixed the name of setsysGetServiceSession in the .c, so that it matches the .h.
This commit is contained in:
parent
c790aa0fab
commit
e7209bbcf5
@ -66,7 +66,7 @@ void setsysExit(void)
|
||||
}
|
||||
}
|
||||
|
||||
Service* setsysGetSessionService(void) {
|
||||
Service* setsysGetServiceSession(void) {
|
||||
return &g_setsysSrv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user