diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-14 11:18:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-14 11:18:00 +0200 |
commit | dd1509b1f35b69d4c7707f7e4b05f86734c775af (patch) | |
tree | 895c0ac0c9b52e2cab22679d2195b61b69471828 | |
parent | b8eb2946511ce617323b13dffe2b1d9704e0be60 (diff) |
Use the true exit code 77 here
Change-Id: Ice61e770dd3cc9ac3beb7646a6fb298c1a4e46d9
-rw-r--r-- | desktop/source/inc/exithelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/inc/exithelper.h b/desktop/source/inc/exithelper.h index f92f1a867727..b29af5b8f8d0 100644 --- a/desktop/source/inc/exithelper.h +++ b/desktop/source/inc/exithelper.h @@ -26,7 +26,7 @@ enum EExitCodes { /* pipe was detected - second office must terminate itself */ EXITHELPER_SECOND_OFFICE = 1, /* an uno exception was catched during startup */ - EXITHELPER_FATAL_ERROR = 333, /* Only the low 8 bits are significant 333 % 256 = 77 */ + EXITHELPER_FATAL_ERROR = 77, /* user force automatic restart after crash */ EXITHELPER_CRASH_WITH_RESTART = 79, /* the office restarts itself */ |