use EXIT_SUCCESS. it's the same thing, but more correct.

This commit is contained in:
Dana Jansens 2007-03-04 20:42:22 +00:00
parent 7fdfb9dbf6
commit ca9fe26a6b

View file

@ -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);