diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/file_sys/archive_extsavedata.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/archive_extsavedata.cpp b/src/core/file_sys/archive_extsavedata.cpp index 51ce78435..dd2fb167f 100644 --- a/src/core/file_sys/archive_extsavedata.cpp +++ b/src/core/file_sys/archive_extsavedata.cpp | |||
| @@ -107,6 +107,8 @@ public: | |||
| 107 | case PathParser::NotFound: | 107 | case PathParser::NotFound: |
| 108 | LOG_ERROR(Service_FS, "%s not found", full_path.c_str()); | 108 | LOG_ERROR(Service_FS, "%s not found", full_path.c_str()); |
| 109 | return ERROR_FILE_NOT_FOUND; | 109 | return ERROR_FILE_NOT_FOUND; |
| 110 | case PathParser::FileFound: | ||
| 111 | break; // Expected 'success' case | ||
| 110 | } | 112 | } |
| 111 | 113 | ||
| 112 | FileUtil::IOFile file(full_path, "r+b"); | 114 | FileUtil::IOFile file(full_path, "r+b"); |