oops missed one

This commit is contained in:
Dana Jansens 2003-07-31 17:02:16 +00:00
parent 52a6fc0830
commit 5301ee3c89

View file

@ -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.");