Fix lower case g

This commit is contained in:
friedkeenan 2019-07-12 20:01:06 -05:00
parent 81e5fa83a8
commit 381bc3d625

View File

@ -114,7 +114,7 @@ void splCryptoExit(void) {
}
}
Service* splCryptogetServiceSession(void) {
Service* splCryptoGetServiceSession(void) {
return &g_splCryptoSrv;
}