Skip to content

Commit

Permalink
missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
kocikdav committed Mar 8, 2023
1 parent 5885a47 commit 872d76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5646,6 +5646,7 @@ bool Plater::preview_zip_archive(const boost::filesystem::path& archive_path)
close_zip_reader(&archive);
throw Slic3r::FileIOError(e.what());
}
break;
}
}
}
Expand Down

0 comments on commit 872d76e

Please sign in to comment.