]> Dogcows Code - chaz/openbox/commitdiff
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 59e126b7fa30bb28f564e2f60823a404abb1d2b0..7f141d6f3892d1dc451e913f9bb7264ce965bb24 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.");
 
This page took 0.023916 seconds and 4 git commands to generate.