From 52a18831a791730b36cb525630e79792f453edd7 Mon Sep 17 00:00:00 2001 From: Aurora Wright Date: Sat, 10 Jun 2017 03:06:16 +0200 Subject: [PATCH] Minor style changes (2) --- source/crypto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/crypto.c b/source/crypto.c index 564b464..3c9c0fb 100755 --- a/source/crypto.c +++ b/source/crypto.c @@ -429,7 +429,6 @@ u32 decryptExeFs(Cxi *cxi) if(cxi->ncch.exeFsOffset != 5) return 0; u8 *exeFsOffset = (u8 *)cxi + 6 * 0x200; - u32 exeFsSize = (cxi->ncch.exeFsSize - 1) * 0x200; if(exeFsSize > 0x400000) return 0;