mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-08 10:36:16 +00:00
Remove unnecessary smExit
This commit is contained in:
parent
f5e9f7a8dc
commit
bc0bfcacfe
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ void __appExit(void) {
|
||||||
/* Cleanup services. */
|
/* Cleanup services. */
|
||||||
fsdevUnmountAll();
|
fsdevUnmountAll();
|
||||||
fsExit();
|
fsExit();
|
||||||
smExit();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
|
Loading…
Reference in a new issue