JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed unneecessary crap
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 6bbb28e..0a39c15 100644 (file)
--- a/main.c
+++ b/main.c
@@ -263,7 +263,6 @@ main(int argc, char *argv[])
                if(readin)
                        FD_SET(STDIN_FILENO, &rd);
                FD_SET(xfd, &rd);
-
                i = select(xfd + 1, &rd, NULL, NULL, NULL);
                if(i == -1 && errno == EINTR)
                        continue;