diff options
Diffstat (limited to 'backends/platform/ds/arm9/source/fat/io_sccf.c')
| -rw-r--r-- | backends/platform/ds/arm9/source/fat/io_sccf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/fat/io_sccf.c b/backends/platform/ds/arm9/source/fat/io_sccf.c index 0c77f4673c..bda628fdaa 100644 --- a/backends/platform/ds/arm9/source/fat/io_sccf.c +++ b/backends/platform/ds/arm9/source/fat/io_sccf.c @@ -57,7 +57,7 @@ bool SCCF_Unlock(void)  	temp = (~temp & 0xFF);  	return (CF_REG_LBA1 == temp);  #undef CF_REG_LBA1 -}  +}  bool SCCF_Shutdown(void) {  	return MPCF_ClearStatus() ;  | 
