mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: optimize var init
This commit is contained in:
parent
ee2a63fdcc
commit
e1389b7777
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ void reset_size_per_mon(Monitor *m, int tile_cilent_num,
|
|||
double total_stack_hight_percent,
|
||||
double total_master_inner_percent, int master_num,
|
||||
int stack_num) {
|
||||
Client *c;
|
||||
Client *c = NULL;
|
||||
int i = 0;
|
||||
unsigned int stack_index;
|
||||
unsigned int nmasters = m->pertag->nmasters[m->pertag->curtag];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue