From: Marco Peereboom Date: Thu, 28 May 2009 18:25:30 +0000 (+0000) Subject: Fix a ;; that breaks gcc 2.95 X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=0aa96eda7c9a049f7b61929a99dcfd78f6ada624;p=spectrwm.git Fix a ;; that breaks gcc 2.95 --- diff --git a/scrotwm.c b/scrotwm.c index 31a7364..ae5fd0d 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -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",