diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-31 17:02:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-31 17:02:16 +0000 |
| commit | 5301ee3c89920fde45ae501d21ecc6f5e875cd4d (patch) | |
| tree | 7c44c992a0808d389680f0c71d8e53f0b5d63435 /openbox/openbox.c | |
| parent | 52a6fc08309c7eb615de81cc91d5d7a7bffb66f4 (diff) | |
oops missed one
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
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."); |
