oops missed one
This commit is contained in:
parent
52a6fc0830
commit
5301ee3c89
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
ob_display = XOpenDisplay(NULL);
|
ob_display = XOpenDisplay(NULL);
|
||||||
if (ob_display == 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)
|
if (fcntl(ConnectionNumber(ob_display), F_SETFD, 1) == -1)
|
||||||
ob_exit_with_error("Failed to set display as close-on-exec.");
|
ob_exit_with_error("Failed to set display as close-on-exec.");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue