removed a C++ style comment
authorAnselm R. Garbe <garbeam@gmail.com>
Fri, 3 Aug 2007 17:29:58 +0000 (19:29 +0200)
committerAnselm R. Garbe <garbeam@gmail.com>
Fri, 3 Aug 2007 17:29:58 +0000 (19:29 +0200)
layout.c

index eeeb6285478be68b7b8725a593926a0cfa6ccb24..5bd0d575de20a4b85d8dfc4322d049b1e33191a7 100644 (file)
--- 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)