oops missed one
authorDana Jansens <danakj@orodu.net>
Thu, 31 Jul 2003 17:02:16 +0000 (17:02 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 31 Jul 2003 17:02:16 +0000 (17:02 +0000)
openbox/openbox.c

index 59e126b..7f141d6 100644 (file)
@@ -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.");