diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-27 10:22:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-27 10:22:09 -0400 |
commit | 8a3102ca979fe327001be6fa00a42fea0120ce6c (patch) | |
tree | f7602dfa72569e996ac5fe77ff1ff6a1c4f7e61c /arm9/lib/src/FS_command_default.c | |
parent | 3bf0b69ed022f38ed9d325b07d03888f57a69e3e (diff) | |
parent | 8e1946da03f96b5696d3f8f248a2b675ba80d594 (diff) |
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/src/FS_command_default.c')
-rw-r--r-- | arm9/lib/src/FS_command_default.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/src/FS_command_default.c b/arm9/lib/src/FS_command_default.c index 582bf1b2..0cdc91fc 100644 --- a/arm9/lib/src/FS_command_default.c +++ b/arm9/lib/src/FS_command_default.c @@ -55,6 +55,7 @@ ARM_FUNC FSResult FSi_ReadTable(FSiSyncReadParam * p, void * dst, u32 len) (void)OS_RestoreInterrupts(bak_psr); ret = p_arc->list.next->error; } + default: break; } p->pos += len; |