aboutsummaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-03 19:29:58 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-03 19:29:58 +0200
commit846128a498759bfcbf363fc014e50c1bf48bdf0c (patch)
tree288215ff18226f9f52244cefec726caa0cbafe40 /layout.c
parente461e60997f83d69561ad0ca4754c299145c00b8 (diff)
downloaddwm-846128a498759bfcbf363fc014e50c1bf48bdf0c.tar.zst
removed a C++ style comment
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c2
1 files changed, 1 insertions, 1 deletions
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)