Fixed the name of setsysGetServiceSession in the .c, so that it matches the .h.

This commit is contained in:
yellows8 2019-08-28 17:13:39 -04:00
parent c790aa0fab
commit e7209bbcf5
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -66,7 +66,7 @@ void setsysExit(void)
}
}
Service* setsysGetSessionService(void) {
Service* setsysGetServiceSession(void) {
return &g_setsysSrv;
}