From 846128a498759bfcbf363fc014e50c1bf48bdf0c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 3 Aug 2007 19:29:58 +0200 Subject: [PATCH] removed a C++ style comment --- layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.c b/layout.c index eeeb628..5bd0d57 100644 --- a/layout.c +++ b/layout.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) -- 1.7.10.4