mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-28 14:41:59 +08:00
missing break
This commit is contained in:
parent
5885a47698
commit
872d76e463
@ -5646,6 +5646,7 @@ bool Plater::preview_zip_archive(const boost::filesystem::path& archive_path)
|
|||||||
close_zip_reader(&archive);
|
close_zip_reader(&archive);
|
||||||
throw Slic3r::FileIOError(e.what());
|
throw Slic3r::FileIOError(e.what());
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user