Browse Source
Fix typo
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
pull/15/merge
Kevin Sundqvist Norlén
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/file_sys/patch_manager.cpp
|
|
|
@ -647,7 +647,7 @@ PatchManager::Metadata PatchManager::ParseControlNCA(const NCA& nca) const { |
|
|
|
if (language_index < FileSys::LANGUAGE_NAMES.size()) { |
|
|
|
priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index]; |
|
|
|
} else { |
|
|
|
// Not a catastrophy, unlikely to happen
|
|
|
|
// Not a catastrophe, unlikely to happen
|
|
|
|
LOG_WARNING(Loader, "Invalid language index {}", language_index); |
|
|
|
} |
|
|
|
} |
|
|
|
|