From 9b8cdcff482a518c24d31ce74524543bb7015102 Mon Sep 17 00:00:00 2001 From: NRK Date: Wed, 12 Jun 2024 21:34:11 +0000 Subject: some minor comment nitpick --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index d73988e..74776fe 100644 --- a/main.c +++ b/main.c @@ -460,7 +460,6 @@ static void update_info(void) open_title(); } - /* update bar contents */ if (win.bar.h == 0 || extprefix) return; @@ -841,7 +840,7 @@ static void run(void) } } while (discard); - switch (ev.type) { /* handle events */ + switch (ev.type) { case ButtonPress: on_buttonpress(&ev.xbutton); break; -- cgit v1.2.3-54-g00ecf