add a column to previous commit for consitency.
This commit is contained in:
parent
c4dbc0305f
commit
29156ec96c
@ -15,7 +15,7 @@
|
|||||||
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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>
|
#include <sys/types.h>
|
||||||
@ -138,7 +138,7 @@ conf_screen(struct screen_ctx *sc)
|
|||||||
if (sc->xftfont == NULL) {
|
if (sc->xftfont == NULL) {
|
||||||
sc->xftfont = XftFontOpenName(X_Dpy, sc->which, Conf.font);
|
sc->xftfont = XftFontOpenName(X_Dpy, sc->which, Conf.font);
|
||||||
if (sc->xftfont == NULL)
|
if (sc->xftfont == NULL)
|
||||||
errx(1, "XftFontOpenName %s", Conf.font);
|
errx(1, "XftFontOpenName: %s", Conf.font);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < nitems(color_binds); i++) {
|
for (i = 0; i < nitems(color_binds); i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user