From: David Hill Date: Fri, 27 Jul 2012 20:24:54 +0000 (-0400) Subject: fix typo X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=1fa17c86c27db076578a215f9393663c083644cd;p=spectrwm.git fix typo --- diff --git a/spectrwm.c b/spectrwm.c index 023613b..3b240f1 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -7442,7 +7442,7 @@ void check_conn(void) { if (conn->has_error) - errx(err, "X CONNECTION ERROR"); + errx(1, "X CONNECTION ERROR"); } #endif