From e7469479ceebf341322fafbcbddd9028e8a42060 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 13 Sep 2009 10:32:55 +0000 Subject: Removed unnecessary semi-colons. svn-id: r44048 --- backends/platform/ds/arm9/source/fat/io_fcsr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/ds/arm9/source/fat') diff --git a/backends/platform/ds/arm9/source/fat/io_fcsr.c b/backends/platform/ds/arm9/source/fat/io_fcsr.c index 7a67a6b1b0..d6fa4ff292 100644 --- a/backends/platform/ds/arm9/source/fat/io_fcsr.c +++ b/backends/platform/ds/arm9/source/fat/io_fcsr.c @@ -106,7 +106,7 @@ bool FCSR_ReadSectors (u32 sector, u8 numSecs, void* buffer) bool flagSramSector = false; int numSectors = (numSecs > 0 ? numSecs : 256); int readLength = numSectors * BYTE_PER_READ; - u8* src;; + u8* src; u8* dst; // Find which region this read is in -- cgit v1.2.3