aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2013-07-10 14:11:42 +0000
committerokan2013-07-10 14:11:42 +0000
commitd30de00df7158839248bc961a101e910a704fd10 (patch)
treebe6ef65d6ad41b347efb9000b2140e21e8d69519 /conf.c
parent0be19ed3a4dda428d7845aa2493138db0a4c353c (diff)
downloadcwm-d30de00df7158839248bc961a101e910a704fd10.tar.gz
type fixes
Diffstat (limited to '')
-rw-r--r--conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.c b/conf.c
index 5da4a13..fb58505 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.141 2013/07/08 18:39:20 okan Exp $
+ * $OpenBSD: conf.c,v 1.142 2013/07/10 14:11:42 okan Exp $
*/
#include <sys/param.h>
@@ -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;