projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a6fc0
)
oops missed one
author
Dana Jansens
<danakj@orodu.net>
Thu, 31 Jul 2003 17:02:16 +0000
(17:02 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 31 Jul 2003 17:02:16 +0000
(17:02 +0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index 59e126b7fa30bb28f564e2f60823a404abb1d2b0..7f141d6f3892d1dc451e913f9bb7264ce965bb24 100644
(file)
--- 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.");