use EXIT_SUCCESS. it's the same thing, but more correct.
This commit is contained in:
parent
7fdfb9dbf6
commit
ca9fe26a6b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue