type fixes

This commit is contained in:
okan
2013-07-10 14:11:42 +00:00
parent dd10412804
commit 9571038358
2 changed files with 3 additions and 3 deletions

4
conf.c
View File

@@ -99,8 +99,8 @@ static char *color_binds[] = {
void
conf_screen(struct screen_ctx *sc)
{
int i;
XftColor xc;
u_int i;
XftColor xc;
sc->gap = Conf.gap;