fix unterminated comment

This commit is contained in:
mtheall 2015-01-07 23:35:54 -06:00
parent 1ddbd3b9b4
commit f1be81814c

View File

@ -1339,7 +1339,7 @@ ftp_exit(void)
if(fclose(stderr) != 0)
console_print(RED "fclose: 0x%08X\n" RESET, errno);
/* deinitialize sdmc_dev
/* deinitialize sdmc_dev */
ret = sdmcExit();
if(ret != 0)
console_print(RED "sdmcExit: 0x%08X\n" RESET, (unsigned int)ret);