diff options
| author | 2015-01-05 20:09:35 +0000 | |
|---|---|---|
| committer | 2015-01-15 21:21:25 +0000 | |
| commit | bc2212106f755f85e55d039ffc783116b15e5df6 (patch) | |
| tree | d013d55d7e315c207742dd98e389c61d2efed321 /src/core/loader/ncch.cpp | |
| parent | Merge pull request #481 from Subv/hm_b (diff) | |
| download | yuzu-bc2212106f755f85e55d039ffc783116b15e5df6.tar.gz yuzu-bc2212106f755f85e55d039ffc783116b15e5df6.tar.xz yuzu-bc2212106f755f85e55d039ffc783116b15e5df6.zip | |
Loader: Fix indentation, whitespace, and a few other such cosmetic stuff.
Diffstat (limited to 'src/core/loader/ncch.cpp')
| -rw-r--r-- | src/core/loader/ncch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/ncch.cpp b/src/core/loader/ncch.cpp index 0dc21699e..e246cebc4 100644 --- a/src/core/loader/ncch.cpp +++ b/src/core/loader/ncch.cpp | |||
| @@ -149,7 +149,7 @@ ResultStatus AppLoader_NCCH::LoadSectionExeFS(const char* name, std::vector<u8>& | |||
| 149 | exefs_header.section[i].name); | 149 | exefs_header.section[i].name); |
| 150 | 150 | ||
| 151 | s64 section_offset = (exefs_header.section[i].offset + exefs_offset + | 151 | s64 section_offset = (exefs_header.section[i].offset + exefs_offset + |
| 152 | sizeof(ExeFs_Header)+ncch_offset); | 152 | sizeof(ExeFs_Header)+ncch_offset); |
| 153 | file.Seek(section_offset, 0); | 153 | file.Seek(section_offset, 0); |
| 154 | 154 | ||
| 155 | // Section is compressed... | 155 | // Section is compressed... |