From e5b6a1bd722814204d831cd13c7279b122eaaf3a Mon Sep 17 00:00:00 2001 From: applestash Date: Tue, 26 Aug 2014 16:03:06 +1000 Subject: [PATCH] misc --- makerom/ncsd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/makerom/ncsd.c b/makerom/ncsd.c index 4f01c64..c554eb0 100644 --- a/makerom/ncsd.c +++ b/makerom/ncsd.c @@ -681,7 +681,6 @@ bool IsCci(u8 *ncsd) u64 GetPartitionOffset(u8 *ncsd, u8 index) { cci_hdr *hdr = (cci_hdr*)ncsd; - u32 offset = ; return (u64)u8_to_u64(hdr->offset_sizeTable[index].offset,LE) * (u64)GetCtrBlockSize(hdr->flags[cciflag_MEDIA_BLOCK_SIZE]); }