typo fix
This commit is contained in:
		
							
								
								
									
										2
									
								
								dmenu.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dmenu.c
									
									
									
									
									
								
							@@ -136,7 +136,7 @@ drawmenu(void) {
 | 
				
			|||||||
	else if(curr && (dc->w == inputw || curr->next)) {
 | 
						else if(curr && (dc->w == inputw || curr->next)) {
 | 
				
			||||||
		dc->x += inputw;
 | 
							dc->x += inputw;
 | 
				
			||||||
		dc->w = textw(dc, "<");
 | 
							dc->w = textw(dc, "<");
 | 
				
			||||||
		if(prev)
 | 
							if(curr->left)
 | 
				
			||||||
			drawtext(dc, "<", normcol);
 | 
								drawtext(dc, "<", normcol);
 | 
				
			||||||
		for(item = curr; item != next; item = item->right) {
 | 
							for(item = curr; item != next; item = item->right) {
 | 
				
			||||||
			dc->x += dc->w;
 | 
								dc->x += dc->w;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user