diff options
author | Nicholas Rodine <halfofastaple@gmail.com> | 2022-08-17 02:05:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 09:05:15 +0200 |
commit | 2197f41506e1ed7c4c657a1899491298bd66f7f9 (patch) | |
tree | bf4fb59575befca48f31c5f83ca6ed49c5fee17b /Ryujinx.HLE/FileSystem/ContentManager.cs | |
parent | c8f9292babd5aa6021ce1bd6a977130baebb7de3 (diff) |
Removed extra semicolons. (#3594)1.1.220
Diffstat (limited to 'Ryujinx.HLE/FileSystem/ContentManager.cs')
-rw-r--r-- | Ryujinx.HLE/FileSystem/ContentManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.HLE/FileSystem/ContentManager.cs b/Ryujinx.HLE/FileSystem/ContentManager.cs index 2544cdda..24945af2 100644 --- a/Ryujinx.HLE/FileSystem/ContentManager.cs +++ b/Ryujinx.HLE/FileSystem/ContentManager.cs @@ -766,7 +766,7 @@ namespace Ryujinx.HLE.FileSystem metaEntries = meta.MetaEntries; updateNcas.Remove(SystemUpdateTitleId); - }; + } } } @@ -905,7 +905,7 @@ namespace Ryujinx.HLE.FileSystem { metaEntries = meta.MetaEntries; } - }; + } continue; } |