typo fix 7a2782d0
Connor Lane Smith · 2010-08-03 17:29 1 file(s) · +1 −1
dmenu.c +1 −1
136 136
	else if(curr && (dc->w == inputw || curr->next)) {
137 137
		dc->x += inputw;
138 138
		dc->w = textw(dc, "<");
139 -
		if(prev)
139 +
		if(curr->left)
140 140
			drawtext(dc, "<", normcol);
141 141
		for(item = curr; item != next; item = item->right) {
142 142
			dc->x += dc->w;