From: Dana Jansens Date: Sun, 4 Mar 2007 20:42:22 +0000 (+0000) Subject: use EXIT_SUCCESS. it's the same thing, but more correct. X-Git-Tag: openbox-3_3_991-RELEASE~410 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ca9fe26a6b169c905d990c55a642ba5f00a791a0;p=dana%2Fopenbox.git use EXIT_SUCCESS. it's the same thing, but more correct. --- 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);