summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-31 17:02:16 +0000
committerDana Jansens <danakj@orodu.net>2003-07-31 17:02:16 +0000
commit5301ee3c89920fde45ae501d21ecc6f5e875cd4d (patch)
tree7c44c992a0808d389680f0c71d8e53f0b5d63435 /openbox
parent52a6fc08309c7eb615de81cc91d5d7a7bffb66f4 (diff)
oops missed one
Diffstat (limited to 'openbox')
-rw-r--r--openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 59e126b7..7f141d6f 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -128,7 +128,7 @@ int main(int argc, char **argv)
ob_display = XOpenDisplay(NULL);
if (ob_display == NULL)
- exit_with_error("Failed to open the display.");
+ ob_exit_with_error("Failed to open the display.");
if (fcntl(ConnectionNumber(ob_display), F_SETFD, 1) == -1)
ob_exit_with_error("Failed to set display as close-on-exec.");