mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Fix a ;; that breaks gcc 2.95
This commit is contained in:
parent
6331e4cc44
commit
0aa96eda7c
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ stack_master(struct workspace *ws, struct swm_geometry *g, int rot, int flip)
|
|||
int w_inc = 1, h_inc, w_base = 1, h_base;
|
||||
int hrh, extra = 0, h_slice, last_h = 0;
|
||||
int split, colno, winno, mwin, msize, mscale;
|
||||
int remain, missing, v_slice;;
|
||||
int remain, missing, v_slice;
|
||||
unsigned int mask;
|
||||
|
||||
DNPRINTF(SWM_D_STACK, "stack_master: workspace: %d\n rot=%s flip=%s",
|
||||
|
|
Loading…
Add table
Reference in a new issue