aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authormatthieu2016-08-13 09:59:48 +0000
committermatthieu2016-08-13 09:59:48 +0000
commit50a88d0c6a81f77a86dd19bd0d68032f7f7a76fd (patch)
tree1578739e0f77b1edc08f88eec1f9229884c403ec /conf.c
parent3b04044869d912cfb2dc8e5c5b58ae5527818eb9 (diff)
downloadcwm-50a88d0c6a81f77a86dd19bd0d68032f7f7a76fd.tar.gz
add a column to previous commit for consitency.
Diffstat (limited to '')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index bc992c0..45a13c9 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.203 2016/08/13 09:58:37 matthieu Exp $
+ * $OpenBSD: conf.c,v 1.204 2016/08/13 09:59:48 matthieu Exp $
*/
#include <sys/types.h>
@@ -138,7 +138,7 @@ conf_screen(struct screen_ctx *sc)
if (sc->xftfont == NULL) {
sc->xftfont = XftFontOpenName(X_Dpy, sc->which, Conf.font);
if (sc->xftfont == NULL)
- errx(1, "XftFontOpenName %s", Conf.font);
+ errx(1, "XftFontOpenName: %s", Conf.font);
}
for (i = 0; i < nitems(color_binds); i++) {