diff options
author | red031000 <rubenru09@aol.com> | 2020-07-27 01:11:45 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-27 01:11:45 +0100 |
commit | 7c2a848ecccb95d010d8c0836c5d9c6a96b39da0 (patch) | |
tree | d650d996f8fa9b741b1075d8b897d73c8e7034a7 /arm9/lib/src/FS_command.c | |
parent | 23873ed88f9920db6ed463fa02157686264369bd (diff) |
some cleanups
Diffstat (limited to 'arm9/lib/src/FS_command.c')
-rw-r--r-- | arm9/lib/src/FS_command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/src/FS_command.c b/arm9/lib/src/FS_command.c index 7e0d41c9..e677f6c6 100644 --- a/arm9/lib/src/FS_command.c +++ b/arm9/lib/src/FS_command.c @@ -40,6 +40,8 @@ ARM_FUNC FSResult FSi_TranslateCommand(FSFile *p_file, FSCommandType command) ret = FS_RESULT_PROC_DEFAULT; p_arc->proc_flag &= ~bit; break; + default: + break; } } else |