mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
fix unterminated comment
This commit is contained in:
parent
1ddbd3b9b4
commit
f1be81814c
@ -1339,7 +1339,7 @@ ftp_exit(void)
|
|||||||
if(fclose(stderr) != 0)
|
if(fclose(stderr) != 0)
|
||||||
console_print(RED "fclose: 0x%08X\n" RESET, errno);
|
console_print(RED "fclose: 0x%08X\n" RESET, errno);
|
||||||
|
|
||||||
/* deinitialize sdmc_dev
|
/* deinitialize sdmc_dev */
|
||||||
ret = sdmcExit();
|
ret = sdmcExit();
|
||||||
if(ret != 0)
|
if(ret != 0)
|
||||||
console_print(RED "sdmcExit: 0x%08X\n" RESET, (unsigned int)ret);
|
console_print(RED "sdmcExit: 0x%08X\n" RESET, (unsigned int)ret);
|
||||||
|
Loading…
Reference in New Issue
Block a user