JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix typo
authorDavid Hill <dhill@conformal.com>
Fri, 27 Jul 2012 20:24:54 +0000 (16:24 -0400)
committerDavid Hill <dhill@conformal.com>
Fri, 27 Jul 2012 20:24:54 +0000 (16:24 -0400)
spectrwm.c

index 023613b..3b240f1 100644 (file)
@@ -7442,7 +7442,7 @@ void
 check_conn(void)
 {
        if (conn->has_error)
-               errx(err, "X CONNECTION ERROR");
+               errx(1, "X CONNECTION ERROR");
 }
 #endif