Explorar o código

removed a C++ style comment

Anselm R. Garbe %!s(int64=18) %!d(string=hai) anos
pai
achega
846128a498
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      layout.c

+ 1 - 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)