diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/file_sys/patch_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index fa282615b..27bfce641 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp | |||
| @@ -647,7 +647,7 @@ PatchManager::Metadata PatchManager::ParseControlNCA(const NCA& nca) const { | |||
| 647 | if (language_index < FileSys::LANGUAGE_NAMES.size()) { | 647 | if (language_index < FileSys::LANGUAGE_NAMES.size()) { |
| 648 | priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index]; | 648 | priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index]; |
| 649 | } else { | 649 | } else { |
| 650 | // Not a catastrophy, unlikely to happen | 650 | // Not a catastrophe, unlikely to happen |
| 651 | LOG_WARNING(Loader, "Invalid language index {}", language_index); | 651 | LOG_WARNING(Loader, "Invalid language index {}", language_index); |
| 652 | } | 652 | } |
| 653 | } | 653 | } |