mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
fssystem: fix typo error in BucketTree::Visitor::MoveNext
This commit is contained in:
parent
e54957285f
commit
99810dc091
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ namespace ams::fssystem {
|
||||||
|
|
||||||
entry_index = 0;
|
entry_index = 0;
|
||||||
} else {
|
} else {
|
||||||
m_entry_index = 1;
|
m_entry_index = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Read the new entry. */
|
/* Read the new entry. */
|
||||||
|
|
Loading…
Reference in a new issue