diff --git a/nx/source/services/spl.c b/nx/source/services/spl.c index 56eb820f..9b10cf8e 100644 --- a/nx/source/services/spl.c +++ b/nx/source/services/spl.c @@ -114,7 +114,7 @@ void splCryptoExit(void) { } } -Service* splCryptogetServiceSession(void) { +Service* splCryptoGetServiceSession(void) { return &g_splCryptoSrv; }