JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix typo
[spectrwm.git] / 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