aboutsummaryrefslogtreecommitdiff
path: root/src/zen/zen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zen/zen.cpp')
-rw-r--r--src/zen/zen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/zen.cpp b/src/zen/zen.cpp
index 2e230ed53..bee1fd676 100644
--- a/src/zen/zen.cpp
+++ b/src/zen/zen.cpp
@@ -264,7 +264,7 @@ ProgressBar::~ProgressBar()
{
try
{
- Finish();
+ ForceLinebreak();
}
catch (const std::exception& Ex)
{