summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index eb5909a1..5e2c34e5 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -137,7 +137,7 @@ gint main(gint argc, gchar **argv)
PROP_MSG(RootWindow(ob_display, ob_screen),
ob_control, remote_control, 0, 0, 0);
XCloseDisplay(ob_display);
- exit(0);
+ exit(EXIT_SUCCESS);
}
ob_main_loop = ob_main_loop_new(ob_display);