all repos — dwm @ 846128a498759bfcbf363fc014e50c1bf48bdf0c

my dwm build

removed a C++ style comment
Anselm R. Garbe garbeam@gmail.com
Fri, 03 Aug 2007 19:29:58 +0200
commit

846128a498759bfcbf363fc014e50c1bf48bdf0c

parent

e461e60997f83d69561ad0ca4754c299145c00b8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M layout.clayout.c

@@ -12,7 +12,7 @@ static double ratio = RATIO;

static unsigned int nlayouts = 0; static unsigned int nmaster = NMASTER; -static double // simple pow() +static double /* simple pow() */ spow(double x, double y) { if(y == 0)