mirror of
				https://github.com/DreamMaoMao/maomaowm.git
				synced 2025-11-03 09:01:47 -05:00 
			
		
		
		
	opt: fix build warnning
This commit is contained in:
		
							parent
							
								
									fd3e9a8c2c
								
							
						
					
					
						commit
						1f3696c37a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -505,7 +505,7 @@ void reset_size_per_mon(Monitor *m, int tile_cilent_num,
 | 
				
			||||||
						int stack_num) {
 | 
											int stack_num) {
 | 
				
			||||||
	Client *c = NULL;
 | 
						Client *c = NULL;
 | 
				
			||||||
	int i = 0;
 | 
						int i = 0;
 | 
				
			||||||
	unsigned int stack_index;
 | 
						unsigned int stack_index = 0;
 | 
				
			||||||
	unsigned int nmasters = m->pertag->nmasters[m->pertag->curtag];
 | 
						unsigned int nmasters = m->pertag->nmasters[m->pertag->curtag];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (m->pertag->ltidxs[m->pertag->curtag]->id != CENTER_TILE) {
 | 
						if (m->pertag->ltidxs[m->pertag->curtag]->id != CENTER_TILE) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue