1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-01-07 10:06:10 +00:00

Remove unnecessary smExit

This commit is contained in:
Adubbz 2019-07-26 08:26:18 +10:00
parent f5e9f7a8dc
commit bc0bfcacfe

View file

@ -74,7 +74,6 @@ void __appExit(void) {
/* Cleanup services. */
fsdevUnmountAll();
fsExit();
smExit();
}
int main(int argc, char **argv)