From f1be81814cf4ba3dd6f0896ff14528ce54f27543 Mon Sep 17 00:00:00 2001 From: mtheall Date: Wed, 7 Jan 2015 23:35:54 -0600 Subject: [PATCH] fix unterminated comment --- source/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ftp.c b/source/ftp.c index 7b1aa67..756e790 100644 --- a/source/ftp.c +++ b/source/ftp.c @@ -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);