From ca9fe26a6b169c905d990c55a642ba5f00a791a0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 4 Mar 2007 20:42:22 +0000 Subject: [PATCH] use EXIT_SUCCESS. it's the same thing, but more correct. --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2