about summary refs log tree commit diff
path: root/other/pamx/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamx/window.c')
-rw-r--r--other/pamx/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamx/window.c b/other/pamx/window.c
index 2eb48241..1a91416a 100644
--- a/other/pamx/window.c
+++ b/other/pamx/window.c
@@ -1079,7 +1079,7 @@ retvalueFromExitReason(exitReason const exitReason) {
     switch (exitReason) {
     case EXIT_NONE:      assert(false); break;
     case EXIT_QUIT:      retval =  0;     break;
-    case EXIT_WM_KILL:   retval = 10;     break;
+    case EXIT_WM_KILL:   retval =  0;     break;
     case EXIT_DESTROYED: retval = 20;     break;
     }
     return retval;