diff options
| -rw-r--r-- | layout.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
