Commit 846128a

Anselm R. Garbe <garbeam@gmail.com>
2007-08-03 13:29:58
removed a C++ style comment
1 parent e461e60
Changed files (1)
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)