dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 5a3bea2d69c8ad864667de5142a9777aa41e1448
Parent: 30d928591dbdb40d06c5973f6f3bda7a0c16e3e7
Author: Anselm R. Garbe
Date:   Wed, 30 Aug 2006 11:15:58 +0200

removed a warning reported by Jukka
Diffstat:
Mview.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/view.c b/view.c @@ -261,7 +261,6 @@ void view(Arg *arg) { unsigned int i; - Client *c; for(i = 0; i < ntags; i++) seltag[i] = False;