From 57af364a2188e90c68b14852c85f26aba04be334 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 16 Jul 2012 01:42:00 +0000 Subject: [PATCH] check value --- screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen.c b/screen.c index 29d720e..768b495 100644 --- a/screen.c +++ b/screen.c @@ -105,7 +105,7 @@ screen_find_xinerama(struct screen_ctx *sc, int x, int y) XineramaScreenInfo *info; int i; - if (HasXinerama = 0) + if (HasXinerama == 0) return (NULL); for (i = 0; i < sc->xinerama_no; i++) {