From e9086e83b904de27595e2e53f93c9ac24efa7ea0 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sun, 23 Feb 2014 21:55:20 +0000 Subject: [PATCH] I didn't eat the +, I swear --- bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar.c b/bar.c index 846deea..636a946 100644 --- a/bar.c +++ b/bar.c @@ -243,7 +243,7 @@ parse (char *text) else { p++; continue; } - p+; + p++; pos_x = 0; fill_rect(cur_mon->pixmap, gc[GC_CLEAR], 0, 0, cur_mon->width, bh); break;