summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--patch/bar_tags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/bar_tags.c b/patch/bar_tags.c
index c618ff5..8b9092d 100644
--- a/patch/bar_tags.c
+++ b/patch/bar_tags.c
@@ -70,7 +70,7 @@ draw_tags(Bar *bar, BarArg *a)
int
click_tags(Bar *bar, Arg *arg, BarArg *a)
{
- int i = 0, x = lrpad / 2;
+ int i = 0, x = 0;
#if BAR_HIDEVACANTTAGS_PATCH
Client *c;
unsigned int occ = 0;