Skip to content

Commit

Permalink
forgot return statement in list guard clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Kalsvik committed Mar 16, 2024
1 parent 76a35d4 commit 97ed977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinTool/ExtractCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ static void ListVolume(const DiscIO::Volume& disc_volume, const std::string& pat
if (!info)
{
fmt::println("Error: {} does not exist in this partition.", path);
return;
}

for (auto it = info->begin(); it != info->end(); ++it)
Expand Down

0 comments on commit 97ed977

Please sign in to comment.