removed a C++ style comment 846128a4
Anselm R. Garbe · 2007-08-03 19:29 1 file(s) · +1 −1
layout.c +1 −1
12 12
static unsigned int nlayouts = 0;
13 13
static unsigned int nmaster = NMASTER;
14 14
15 -
static double // simple pow()
15 +
static double /* simple pow() */
16 16
spow(double x, double y)
17 17
{
18 18
	if(y == 0)