aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-08-03 17:29:53 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-08-03 17:29:53 +0100
commit7a2782d02d10d6841fb024e5f9907faf782a2a88 (patch)
tree9275043ce673c74ec3edd46ccc9ed2dac781fcc4
parent1c91c2a99c076b0878be42cf1ea6ca9a5c4120a3 (diff)
typo fix
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 227648c..b82ff59 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -136,7 +136,7 @@ drawmenu(void) {
136 else if(curr && (dc->w == inputw || curr->next)) { 136 else if(curr && (dc->w == inputw || curr->next)) {
137 dc->x += inputw; 137 dc->x += inputw;
138 dc->w = textw(dc, "<"); 138 dc->w = textw(dc, "<");
139 if(prev) 139 if(curr->left)
140 drawtext(dc, "<", normcol); 140 drawtext(dc, "<", normcol);
141 for(item = curr; item != next; item = item->right) { 141 for(item = curr; item != next; item = item->right) {
142 dc->x += dc->w; 142 dc->x += dc->w;