about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0e851b3..d9ca9f7 100644
--- a/main.c
+++ b/main.c
@@ -280,8 +280,8 @@ main(int argc, char *argv[])
 	scan_wins();
 
 	/* main event loop, reads status text from stdin as well */
-	while(running) {
 Mainloop:
+	while(running) {
 		FD_ZERO(&rd);
 		FD_SET(0, &rd);
 		FD_SET(ConnectionNumber(dpy), &rd);