From 0aa96eda7c9a049f7b61929a99dcfd78f6ada624 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 28 May 2009 18:25:30 +0000 Subject: [PATCH] Fix a ;; that breaks gcc 2.95 --- scrotwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 1.7.10.4