summaryrefslogtreecommitdiff
path: root/rbutil/rbutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutil.cpp')
-rw-r--r--rbutil/rbutil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutil.cpp b/rbutil/rbutil.cpp
index a36d1a0b94..1528ccb2c5 100644
--- a/rbutil/rbutil.cpp
+++ b/rbutil/rbutil.cpp
@@ -349,6 +349,7 @@ int UnzipFile(wxString src, wxString destdir, bool isInstall)
349 { 349 {
350 buf = wxT("Can't open file ") + in_str + wxT(" for writing"); 350 buf = wxT("Can't open file ") + in_str + wxT(" for writing");
351 delete out; 351 delete out;
352 delete progress;
352 return 100; 353 return 100;
353 } else if (isInstall) 354 } else if (isInstall)
354 { 355 {