# HG changeset patch # User Anselm R. Garbe # Date 1186162198 -7200 # Node ID df47d77ec9a6181a445faa04dc5808b03cdf0d12 # Parent 8ff0f913999eee13ae36cc226409dea3b510aeea removed a C++ style comment diff -r 8ff0f913999e -r df47d77ec9a6 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)