Skip to content

Commit

Permalink
Fix sdmcExit(); for the second time!
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Sep 5, 2016
1 parent 2dbdb1d commit 8b0f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ int main(int argc, char *argv[])
psExit();
amExit();
ptmuExit();
sdmcInit();
sdmcExit();
fsExit();
cfguExit();
gfxExit();
Expand Down

0 comments on commit 8b0f2fd

Please sign in to comment.