I didn't eat the +, I swear

This commit is contained in:
LemonBoy 2014-02-23 21:55:20 +00:00
parent 08f30bd636
commit e9086e83b9
1 changed files with 1 additions and 1 deletions

2
bar.c
View File

@ -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;