mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
add a column to previous commit for consitency.
This commit is contained in:
parent
375368a94c
commit
5015c850bd
2
conf.c
2
conf.c
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user