removed a C++ style comment
authorAnselm R. Garbe <garbeam@gmail.com>
Fri, 03 Aug 2007 19:29:58 +0200
changeset 932 df47d77ec9a6
parent 931 8ff0f913999e
child 933 f7619f63380a
removed a C++ style comment
layout.c
--- a/layout.c	Fri Aug 03 19:23:30 2007 +0200
+++ b/layout.c	Fri Aug 03 19:29:58 2007 +0200
@@ -12,7 +12,7 @@
 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)