summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index d50df34bc43c..2c067883e358 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2174,8 +2174,8 @@ void Desktop::OpenClients()
if ( !bDisableRecovery &&
(
- ( bExistsRecoveryData ) || // => crash with files => recovery
- ( bCrashed ) // => crash without files => error report
+ bExistsRecoveryData || // => crash with files => recovery
+ bCrashed // => crash without files => error report
)
)
{