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-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ca9fe26a6b169c905d990c55a642ba5f00a791a0;hp=7fdfb9dbf63a6d3b4d0e682b789bc541c8de09b7;p=chaz%2Fopenbox 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);