From 515ed6dd27ddd89d34e7c448719de853bedf9fba Mon Sep 17 00:00:00 2001 From: david Date: Wed, 3 Jun 2009 12:14:03 +0200 Subject: [PATCH] fix debug --- snes/fatfstest/diskio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snes/fatfstest/diskio.c b/snes/fatfstest/diskio.c index 39ad894..fd8286a 100644 --- a/snes/fatfstest/diskio.c +++ b/snes/fatfstest/diskio.c @@ -110,6 +110,8 @@ DRESULT disk_read ( return retval; } + + /*-----------------------------------------------------------------------*/ /* Write Sector(s) */ /*-----------------------------------------------------------------------*/