missing break

This commit is contained in:
David Kocik 2023-03-08 14:59:31 +01:00
parent 5885a47698
commit 872d76e463

View file

@ -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;
}
}
}