From 5301ee3c89920fde45ae501d21ecc6f5e875cd4d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 Jul 2003 17:02:16 +0000 Subject: [PATCH] oops missed one --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.39.2